easyappointments/system
Thomas Ingles 97d9219484 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-05-11 19:29:14 +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 Add the new system directory (#1207) 2022-02-23 08:22:57 +01: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-05-11 19:29:14 +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