Welcome Guest, Not a member yet? Register   Sign In
Storing session information in permanent cookie
#12

The CI session does or doesn't have en expire time. It depends on the value you supply

PHP Code:
// It will expire after 2 hours of inactivity
$config['sess_expiration'] = 7200;
// It will expire when you close the browser
$config['sess_expiration'] = 0
Reply


Messages In This Thread
RE: Storing session information in permanent cookie - by Martin7483 - 06-23-2017, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB