connexion presque finie

This commit is contained in:
2024-05-29 12:29:53 +02:00
parent 8911872fe7
commit 96c879d0f9
9 changed files with 208 additions and 15 deletions

View File

@@ -387,7 +387,7 @@ $config['sess_driver'] = 'files';
$config['sess_cookie_name'] = 'ci_session';
$config['sess_samesite'] = 'Lax';
$config['sess_expiration'] = 7200;
$config['sess_save_path'] = NULL;
$config['sess_save_path'] = '/tmp';
$config['sess_match_ip'] = FALSE;
$config['sess_time_to_update'] = 300;
$config['sess_regenerate_destroy'] = FALSE;