easyappointments/application
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
..
config Fix CodeIgniter creating a lot of session files 2024-04-30 01:45:38 +02:00
controllers Merge pull request #1511 from sudwebdesign/develop-app-controller-booking-customer_default-phone_number-fix 2024-04-26 16:50:47 +02:00
core Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
helpers Fix the array_find call 2024-04-15 18:22:28 +02:00
language French translation fixes 2024-04-26 17:32:39 +02:00
libraries Set the Google attendee data only if all the values are available 2024-04-26 17:28:02 +02:00
migrations Reformat entire codebase for trailing comma that will make line duplication easier 2023-12-22 11:35:41 +01:00
models Add return types to all class methods 2024-04-26 16:36:21 +02:00
views Include the status to the appointment notification 2024-04-08 15:57:43 +02:00
.htaccess
index.html Enable prettier for php and reformat the entire application directory 2023-11-29 10:24:09 +01:00