Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to set session timeout in codeigniter

You can update your session expiration time by increasing this variable in config file:

$config['sess_expiration'] = 'somevalue'.
Set $config['sess_expiration'] = 0, if you want it to never expire.
 
PREVIOUS NEXT
Tagged: #set #session #timeout #codeigniter
ADD COMMENT
Topic
Name
2+5 =