create new account | forgot password


posted by dennisn on October 23rd, 2008 at 10:45AM

Ok. I /think/ I fixed it. The problem does indeed seem to be with the garbage collector. The default configuration is to "mark" all session data over 24 minutes old as garbage, and then there is a default probability of 1% that it will get deleted "some time" after this period.

I changed the session data maxlifetime to over a year, roughly the age of the cookie, and had to restart apache, so all your sessions got deleted :)--you'll have to log in again :|... hopefully for the last time.
Link | Parent