Welcome Guest, Not a member yet? Register   Sign In
DB sessions randomly logging users out
#9

[eluser]WanWizard[/eluser]
There's a flaw in the design of the session library, which can cause this behaviour when you have multiple concurrent requests from the same browser, in combination with session id rotation.

To make sure this is not the problem, set 'sess_time_to_update' to something like 86400 * 365 ( a full year). This will prevent the id from rotating.

The underscore in the cookie name is mainly an IE problem, other browsers don't have an issue with it.


Messages In This Thread
DB sessions randomly logging users out - by El Forum - 11-26-2010, 07:43 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 04:57 AM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 04:59 AM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 06:01 AM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 05:09 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 05:26 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 05:38 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 05:38 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 06:08 PM
DB sessions randomly logging users out - by El Forum - 11-27-2010, 08:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB