Cgi/session , deleting old sessions

Hi,

I am wondering how I would go about deleting files created by
CGI::Session, there is a huge build up of files in /tmp(everytime a new
session is initiated a new one is created) and I can't think of anyway
(beside a crontab) of deleting them, or I could use the .delete method
supplied by cgi/session but this way i need to count on the user logging
out so i can call .delete, not very efficient either.
I looked into using MemoryStore but the eruby instance doesn't last long
enough.

Any help is greatly appreciated,
rob

ยทยทยท

--
Posted via http://www.ruby-forum.com/.