in reply to CGI::Session

1. Is that 1 - 5 million people per day? or total users?

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
    1. 1 - 5 million total users.

    2. I was wondering if there was a built in feature in CGI::Session that removes the row, after the expiration date had expire.