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

[eluser]WanWizard[/eluser]
Every session solution uses a cookie, to store the session_id client-side. This is how a request is matched to a server-side session. Sessions don't function without the cookie.

Next to ajax calls you can also loose the session if you have multiple concurrent calls to the application. This can happen if for example you have a missing image, that is being rewritten to index.php.


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