change sessions save_path variable

parent 90d10b43
...@@ -378,10 +378,10 @@ $config['encryption_key'] = ''; ...@@ -378,10 +378,10 @@ $config['encryption_key'] = '';
| |
*/ */
$config['sess_driver'] = 'files'; $config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session'; $config['sess_cookie_name'] = 'typos_session';
$config['sess_expiration'] = 7200; $config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL; $config['sess_save_path'] = FCPATH . 'application/sessions/';
$config['sess_match_ip'] = FALSE; $config['sess_match_ip'] = TRUE;
$config['sess_time_to_update'] = 300; $config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE; $config['sess_regenerate_destroy'] = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment