Hi, I have 2 questions.
1. Can CGI::Session be reliable for a site handling 1 - 5 million people. (If yes how would you recommend I implement it.)
2. I am currently implmenting the CGI::Session using the MySQL driver storing the sessions in a field in the database. I then set a client side cookie with the session ID and check the session ID against each page the user is viewing. My question is how do you get the row to delete from the table if you set the expiration time on the session and the session has expired? Is there a way to do this?