Welcome Guest, Not a member yet? Register   Sign In
Why does seesion expire too soon?
#1

[eluser]behnampmdg3[/eluser]
Hello

Why does the session expire in a few minutes? Sometimes 5 minutes, sometimes 1, sometimes 10? This is how I create it:
Code:
$user_data = array('email'=>$results['email'], 'id'=>$results['id'], 'login'=>true);
$this->session->set_userdata($user_data);

Thanks


Messages In This Thread
Why does seesion expire too soon? - by El Forum - 12-14-2012, 11:31 PM
Why does seesion expire too soon? - by El Forum - 12-14-2012, 11:54 PM
Why does seesion expire too soon? - by El Forum - 12-15-2012, 12:22 AM
Why does seesion expire too soon? - by El Forum - 12-15-2012, 01:20 AM
Why does seesion expire too soon? - by El Forum - 12-15-2012, 01:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB