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

(12-16-2015, 12:01 PM)cartalot Wrote: 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

Still logs out!
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB