mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Stopped Logged in session from expiring
This commit is contained in:
@@ -295,7 +295,7 @@ $config['encryption_key'] = 'flossie1234555541';
|
||||
|
|
||||
*/
|
||||
$config['sess_cookie_name'] = 'ci_cloudlog';
|
||||
$config['sess_expiration'] = 7200;
|
||||
$config['sess_expiration'] = 0;
|
||||
$config['sess_expire_on_close'] = FALSE;
|
||||
$config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user