Skip to content
Snippets Groups Projects
Commit acd39c24 authored by Jubi Dition's avatar Jubi Dition
Browse files

changed cookie name

parent 43f1bac4
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ $config['encryption_key'] = 'ABCDEF123456'; ...@@ -244,7 +244,7 @@ $config['encryption_key'] = 'ABCDEF123456';
| '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'] = 'yourcontacts';
$config['sess_expiration'] = 7200; $config['sess_expiration'] = 7200;
$config['sess_expire_on_close'] = FALSE; $config['sess_expire_on_close'] = FALSE;
$config['sess_encrypt_cookie'] = FALSE; $config['sess_encrypt_cookie'] = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment