easyappointments/system/libraries/Session
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
..
drivers PHP 8.1 support (#1209) 2022-02-23 09:35:50 +01:00
index.html Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Session.php Fix CodeIgniter creating a lot of session files 2024-04-30 01:45:38 +02:00
Session_driver.php Correct deprecation warning on cookies 2023-03-13 07:42:49 +01:00