From 68a40f4e981b58bcf13dc0493a2f3bbf6632d3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Tue, 9 May 2017 10:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BD=9C=E8=80=85=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=92=8C=E4=BF=A1=E6=81=AF=E5=B9=B3=E5=8F=B0session?= =?UTF-8?q?=E5=92=8Ccookies=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- author/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/author/config/config.php b/author/config/config.php index 320926c8..2b8578b3 100644 --- a/author/config/config.php +++ b/author/config/config.php @@ -244,12 +244,12 @@ $config['encryption_key'] = 'pliy3rgYcV9lXeKWaO6P_author'; | 'sess_time_to_update' = how many seconds between CI refreshing Session Information | */ -$config['sess_cookie_name'] = 'ci_session'; +$config['sess_cookie_name'] = 'ci_session_author'; $config['sess_expiration'] = 0; $config['sess_expire_on_close'] = FALSE; $config['sess_encrypt_cookie'] = FALSE; $config['sess_use_database'] = FALSE; -$config['sess_table_name'] = 'ci_sessions'; +$config['sess_table_name'] = 'ci_sessions_author'; $config['sess_match_ip'] = FALSE; $config['sess_match_useragent'] = TRUE; $config['sess_time_to_update'] = 300;