easyappointments/application
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
..
config Fix CodeIgniter creating a lot of session files 2024-05-11 19:29:14 +02:00
controllers Install: html lang + language & timezone provider same as admin 2024-05-11 19:29:14 +02:00
core Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
helpers Echo the slot as a comment so that it can be used by HTML replacement mechanisms 2024-05-11 19:29:09 +02:00
language Add the matomo analytics site ID setting for the Matomo integration (#1395) 2024-05-11 19:29:14 +02:00
libraries Fix App lib Timezones::get_default_timezone() always UTC 2024-05-11 19:29:14 +02:00
migrations Add the matomo analytics site ID setting for the Matomo integration (#1395) 2024-05-11 19:29:14 +02:00
models Define get/set methods for related model resources (provider, secretary, admin users) 2024-05-11 19:29:08 +02:00
views Install: html lang + language & timezone provider same as admin 2024-05-11 19:29:14 +02:00
.htaccess Moved source files to the root directory. 2020-03-11 10:24:25 +01:00
index.html Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00