in reply to CGI::Session
2. I haven't used CGI::Session yet so someone may have CGI::Session specific advice. However what I would do is give each row in my table a date field that holds the expiration date for the session. Then in a cron job, run a script that deletes all rows that have expired session dates.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI::Session
by Anonymous Monk on Jul 21, 2003 at 17:06 UTC |