Welcome Guest, Not a member yet? Register   Sign In
Why does the session id keep changing?
#2

[eluser]Pascal Kriete[/eluser]
How often it happens is dedicated by the 'sess_time_to_update' config value. The default is 300 seconds. Increasing that would work, but it's not a very safe practice.

Can you elaborate on the problem? What prevents you from setting your own persistent value?
Code:
$this->session->set_userdata('uid', $userid);


Messages In This Thread
Why does the session id keep changing? - by El Forum - 10-12-2008, 06:03 AM
Why does the session id keep changing? - by El Forum - 10-12-2008, 06:52 AM
Why does the session id keep changing? - by El Forum - 10-12-2008, 07:16 AM
Why does the session id keep changing? - by El Forum - 10-12-2008, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB