Welcome Guest, Not a member yet? Register   Sign In
Session logout problems
#21

[eluser]Dan Allen[/eluser]
[quote author="Dan Allen" date="1328901581"]The action of deleting the session records from the DB may have been caused by a combination of too much time on $sess_time_to_update leading to deletion of the record by the garbage collection function. The apparent random occurrence of the logging out would be explained by the random function controlling the frequency of when the garbage collection function is executed.
[/quote]


MORE ABOUT FAILURE SEQUENCE AT OUR SITE - WHY RANDOM TIMING?
Session time out was not causing the random logout. Instead, the session would just keep running, even though time had expired. That is because of the imbalanced configuration values were causing checks for expiration to fail (not logout when session time has run out).

The user logout comes when garbage collection comes by to delete expired ci_session records in the database. GC spots expired records, deletes them, knocking the user to the login screen.

The reason the timing appears random, is garbage collection (GC) runs on a schedule that includes a php rand() function. When GC is called, it runs only if rand() generates a number within a certain range.


Messages In This Thread
Session logout problems - by El Forum - 05-13-2009, 03:42 PM
Session logout problems - by El Forum - 05-13-2009, 04:22 PM
Session logout problems - by El Forum - 05-13-2009, 07:07 PM
Session logout problems - by El Forum - 05-13-2009, 07:31 PM
Session logout problems - by El Forum - 05-13-2009, 07:41 PM
Session logout problems - by El Forum - 05-14-2009, 01:42 AM
Session logout problems - by El Forum - 05-14-2009, 01:49 AM
Session logout problems - by El Forum - 05-14-2009, 11:27 AM
Session logout problems - by El Forum - 05-15-2009, 06:21 AM
Session logout problems - by El Forum - 05-15-2009, 06:23 AM
Session logout problems - by El Forum - 05-15-2009, 06:31 AM
Session logout problems - by El Forum - 05-15-2009, 07:54 AM
Session logout problems - by El Forum - 05-15-2009, 07:59 AM
Session logout problems - by El Forum - 05-15-2009, 08:00 AM
Session logout problems - by El Forum - 05-15-2009, 08:34 AM
Session logout problems - by El Forum - 05-15-2009, 08:46 AM
Session logout problems - by El Forum - 05-18-2009, 08:04 AM
Session logout problems - by El Forum - 01-12-2011, 12:04 AM
Session logout problems - by El Forum - 02-08-2012, 12:56 PM
Session logout problems - by El Forum - 02-10-2012, 12:19 PM
Session logout problems - by El Forum - 02-15-2012, 07:42 AM
Session logout problems - by El Forum - 02-15-2012, 12:33 PM
Session logout problems - by El Forum - 02-15-2012, 12:35 PM
Session logout problems - by El Forum - 02-15-2012, 12:38 PM
Session logout problems - by El Forum - 02-18-2012, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB