2
According to :
$config['sess_expiration'] = 7200;
The session will be destroyed after 7200 seconds, however I wanted to know if when I update the page or access another page of my system, that time is renewed ? If not, is there any configuration in the IC config that does this ?
$config['sess_time_to_update'] = 300;
'sess_time_to_update'
|
| How many seconds between CI regenerating the session ID.
What would be this regeneration/renewal of the Session id ?