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
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?