mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
rename cookie
This commit is contained in:
parent
c1ba5032f3
commit
ff368cf8fd
@ -254,7 +254,7 @@ $config['encryption_key'] = '';
|
|||||||
| 'sess_time_to_update' = how many seconds between CI refreshing Session Information
|
| 'sess_time_to_update' = how many seconds between CI refreshing Session Information
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['sess_cookie_name'] = 'ci_session';
|
$config['sess_cookie_name'] = 'stikked';
|
||||||
$config['sess_expiration'] = 60*60*24*1;
|
$config['sess_expiration'] = 60*60*24*1;
|
||||||
$config['sess_expire_on_close'] = FALSE;
|
$config['sess_expire_on_close'] = FALSE;
|
||||||
$config['sess_encrypt_cookie'] = FALSE;
|
$config['sess_encrypt_cookie'] = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user