I am using Yii2 DbSession but after few days I am noticing that the session table now has even those rows whose expiry was few days ago. Currently it has 23376 rows and it is continuously increasing.
Gc Probability is 0 and Session Timeout is 1440
Is there something wrong?
--EDIT-- Actually I want to know that is the gcprobability value to 0 is causing not cleaning of expired session rows?