Comment 18 for bug 316441

Revision history for this message
Bryce Nesbitt (bryce2) wrote :

Using cron is hacky here. It can be too slow (thus the disk fills up), or usless (such as on a laptop with no sessions getting generated).
How about something more dynamic with php counting dirty sessions, and cleaning them up synchronously at the end of a session? Let php handle this, when php needs to.