easyappointments/system
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
..
core Add PHP8.2 support to the application 2023-01-26 09:17:45 +01:00
database Add PHP8.2 support to the application 2023-01-26 09:17:45 +01:00
fonts Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
helpers Re-introduced the system folder to the root directory and removed it from the composer.json file (#1109). 2021-08-24 16:34:13 +03:00
language Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
libraries Fix CodeIgniter creating a lot of session files 2024-04-30 01:45:38 +02:00
.htaccess Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
index.html Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00