Is CI session management broken? |
You need to configure the garbage collector. It can be disabled. To do this, set the values in php.ini or set in the file app/Common.php. And execute crontab with session_gc() every day/hour
https://www.php.net/manual/en/session.co...robability PHP Code: ini_set('session.gc_probability', 1); |
Messages In This Thread |
Is CI session management broken? - by AnjanaTelaney - 07-06-2023, 02:18 AM
RE: Is CI session management broken? - by ozornick - 08-03-2023, 01:56 AM
|