|
|
@ -244,12 +244,12 @@ $config['encryption_key'] = 'pliy3rgYcV9lXeKWaO6P_author';
|
|
|
|
| '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'] = 'ci_session_author';
|
|
|
|
$config['sess_expiration'] = 0;
|
|
|
|
$config['sess_expiration'] = 0;
|
|
|
|
$config['sess_expire_on_close'] = FALSE;
|
|
|
|
$config['sess_expire_on_close'] = FALSE;
|
|
|
|
$config['sess_encrypt_cookie'] = FALSE;
|
|
|
|
$config['sess_encrypt_cookie'] = FALSE;
|
|
|
|
$config['sess_use_database'] = 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_ip'] = FALSE;
|
|
|
|
$config['sess_match_useragent'] = TRUE;
|
|
|
|
$config['sess_match_useragent'] = TRUE;
|
|
|
|
$config['sess_time_to_update'] = 300;
|
|
|
|
$config['sess_time_to_update'] = 300;
|
|
|
|