mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
b27a3aab7b
In the default case of using files for sessions, files could be garbage collected earlier than expected based on other session settings. Always set session.gc_maxlifetime so session files are garbage collected correctly. Fixes #2901 |
||
---|---|---|
.. | ||
Database | ||
Session | ||
CakeSessionTest.php | ||
DataSourceTest.php | ||
DboSourceTest.php |