Ed Lazor wrote:

What kind of problems could be happening server-side that would result in
PHP sessions randomly disappearing?  And, is there a way to log or track
this information?  Oh, and best of all, any recommendations on solutions?


To try logging this, you probably need to make your own session handler. Most importantly you would want to write to the log during the open and destroy functions.
http://www.php.net/session_set_save_handler



Most recent updates were made last week and everything has been working fine until this afternoon. Session data is somehow being lost. It seems random.

As the other guy said, load balancing seems likely. It might also be that php.ini settings for garbage collection and session/cookie lifetimes have changed. Garbage collection can seem random.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to