easyappointments/system/libraries
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
..
Cache Improve the validation check 2024-03-22 15:11:10 +00:00
Session Fix CodeIgniter creating a lot of session files 2024-04-30 01:45:38 +02:00
Calendar.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Driver.php Add PHP8.2 support to the application 2023-01-26 09:17:45 +01:00
Email.php Suppress the output of internal PHP errors when sending mails as there's custom handling for that 2022-03-29 11:41:21 +02:00
Encrypt.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Encryption.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Form_validation.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Ftp.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Image_lib.php 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
Migration.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Pagination.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Parser.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Profiler.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Table.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Trackback.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Typography.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Unit_test.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Upload.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
User_agent.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Xmlrpc.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Xmlrpcs.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00
Zip.php Add the new system directory (#1207) 2022-02-23 08:22:57 +01:00