http://qs321.pair.com?node_id=862853


in reply to CGI::Session Question

automatically cleans things up and unlinks the session file in the tmp directory

expiration is only checked when you load a session. If you never load a session, the data will hang around in your store forever (file will hang around forever). To remove expired sessions from disk use

CGI::Session->find( sub {} );
See also CGI::Session::ExpireSessions