-
Incident report
-
Resolution: Won't fix
-
Minor
-
None
-
1.8.8
Table 'sessions' is not properly cleared:
> select count
from sessions;
----------
| count |
----------
| 2331717 |
----------
Oldest record in our system is from 06 Nov 2010:
> select * from sessions order by lastaccess limit 2;
--------------------------------------------------------+
| sessionid | userid | lastaccess | status |
--------------------------------------------------------+
| 6b8b53fc8a067e724098c816e9ae69d1 | 19 | 1289071306 | 0 |
| 1572001ce4c8bd6e34af34671d99e11f | 19 | 1289071500 | 0 |
--------------------------------------------------------+
Is there any place to configure clearing sessions behavior?