Welcome Guest, Not a member yet? Register   Sign In
session behavior
#2

[eluser]WanWizard[/eluser]
The session cookie is updated every time you call $this->session->sess_write(), which happens automatically every time you call a session method that updates a session variable.
If you don't do that, the cookie also gets updated every call to sess_update(), which rotates the session_id. This happens once every 'sess_time_to_update' seconds.

So basically it's an inactivity timer.


Messages In This Thread
session behavior - by El Forum - 08-23-2010, 11:21 AM
session behavior - by El Forum - 08-23-2010, 11:38 AM
session behavior - by El Forum - 08-23-2010, 11:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB