If you are running cgi::session using files how are you handling old session files hanging around? I have no problem writing something that looks to see if the files >3 hours old and deleting it.. but I just figured there might be something built into cgi::session to do it for me. I plan on migrating to a DBI instead of files. Will I still have to do my old cleanup?