mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-14 13:09:23 -04:00
Change sessions to be stored in database and add SQL upgrade script 2.3.4 to 2.4 (#120)
This commit is contained in:
@@ -380,12 +380,10 @@ $config['encryption_key'] = '';
|
||||
| except for 'cookie_prefix' and 'cookie_httponly', which are ignored here.
|
||||
|
|
||||
*/
|
||||
/*$config['sess_driver'] = 'database';*/
|
||||
$config['sess_driver'] = 'files';
|
||||
$config['sess_driver'] = 'database';
|
||||
$config['sess_cookie_name'] = 'ci_session';
|
||||
$config['sess_expiration'] = 7200;
|
||||
/*$config['sess_save_path'] = 'sessions';*/
|
||||
$config['sess_save_path'] = APPPATH.'sessions/';
|
||||
$config['sess_save_path'] = 'sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_time_to_update'] = 300;
|
||||
$config['sess_regenerate_destroy'] = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user