Hello,
i have a problem with the gcSession on Yii2. I stored sessions in database. But old and inactive session will not delete from database table.
If i called manually session_gc() in my script, the old sessions are deleted.
My php.ini settings:
session.gc_probability=1
session.gc_divisor=1000
session.gc_maxlifetime=1440
I am at a loss. Maybe someone has a tip for me?
Thank you…