[Cgi-session-user] session files don't get deleted after they expired, workaround?
Brought to you by:
sherzodr
From: Andreas S. <an...@sc...> - 2008-01-03 10:59:39
|
Hi, I'm using cgi::session 4.20 and I use the expire() method to set an expire time for sessions and it really works great but I also expect the sessionfile on disk (/tmp/cgisess_*) do be deleted after the session has expired but that's simply not the case. The files are small and aren't really a problem storage wise but I can't delete session files on occasion :P as I don't know if they expired or still valid. Can you give me a hint on how to solve that "problem"? I really appreciate your help. Have a nice day, Andreas. |