easyappointments/application/config
Thomas Ingles 2cce9a8bba
Fix CodeIgniter creating a lot of session files
Fix When login CI call sess_regenerate() but do not apply
config 'sess_regenerate_destroy' & always create new file

After this, a session folder have one file by user logged
and clean old session files in storage/sessions folder

To test : in application/config.php
`$config['sess_time_to_update'] = 3;`

see
https://bobcares.com/blog/codeigniter-generating-too-many-sessions-files-resolved
2024-04-30 01:45:38 +02:00
..
testing Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
app.php Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00
autoload.php Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00
config.php Fix CodeIgniter creating a lot of session files 2024-04-30 01:45:38 +02:00
constants.php Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00
database.php Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
email.php Add from email/name and reply-to settings in the email.php configuration file (#1465) 2024-03-04 10:59:52 +01:00
google.php Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00
hooks.php
index.html
migration.php Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
mimes.php Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
profiler.php Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00
routes.php Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00