From ff368cf8fd7c011e383471f8cce41d067c5631e3 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Sep 2014 22:56:59 +0200 Subject: [PATCH] rename cookie --- htdocs/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/application/config/config.php b/htdocs/application/config/config.php index 42bde10..4feae84 100644 --- a/htdocs/application/config/config.php +++ b/htdocs/application/config/config.php @@ -254,7 +254,7 @@ $config['encryption_key'] = ''; | '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_expire_on_close'] = FALSE; $config['sess_encrypt_cookie'] = FALSE;