Forum Moderators: phranque
What's happening is that they login, Then when they visit the next page, the script acts as if they're not logged in.
This just started happening, I'm suspicious that it's the result of an automatic server upgrade I've done in the past few weeks (I'm running mandrake linux 10.1, and it has a feature to auto-update).
I can't find any commonality amongst the users experiencing this. I strongly suspect one of:
- apache module
- php module
- php config setting
Has anyone heard of this type of problem anywere else? I'm finding a dearth of info on the SE's (though apparently I can buy a book about it on ebay) and of course the problem is critical to me - I've got customers unable to login.
A quick "check" on this would be to change the PHP session directory to something other than /tmp to see if it is a server process or if it is indeed PHP's garbage collection routine. You may want to copy the open sessions into that directory as you do so in hopes that you don't kill any active open sessions ;-)