I'm using mod_perl2 + Apache::Session::MySQL and I'm wondering what to
do with stale sessions.  Does Apache::Session do any cleanup or do I
need to explicitly tied(%session)->delete; ?

I'm storing session IDs in cookies for 60 days, so I'd like to limit
sessions similarly.  I could certainly run a cron for this, but is there
a better way?

-- 
__________________________________________________________________
 Garrison Hoffman         Codefix Consulting       1.718.210.3445
 [EMAIL PROTECTED]     http://codefix.net/      1.866.456.0584

Reply via email to