Stopped Logged in session from expiring

This commit is contained in:
Peter Goodhall
2012-01-07 22:49:12 +00:00
parent fe14cdc111
commit 272b3e1380
3 changed files with 12 additions and 7 deletions

View File

@@ -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;