Welcome Guest, Not a member yet? Register   Sign In
Issue with Sessions! How to keep the user login forever
#5

(This post was last modified: 12-16-2015, 12:03 PM by cartalot.)

so look in application/config.php and there is session expiration

the session expiration is in seconds -- so lets say for one month
60 seconds x 60 minutes x 24 hours x 31 days = 2678400

so change this
PHP Code:
$config['sess_expiration'] = 7200

to this for one month
PHP Code:
$config['sess_expiration'] = 2678400
Reply


Messages In This Thread
RE: Issue with Sessions! How to keep the user login forever - by cartalot - 12-16-2015, 12:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB