in reply to Re: Sessions with perl cgi
in thread Sessions with perl cgi
Before storing the session id in MySQL, I confirm that it is unique. To date this has never returned a duplicate id.
I assuem this means you check if that id is still in your MySQL table. What do you do when a session times out? Keep it? I would have thought it would make for more efficient operation if the session were deleted when it was either closed or timed out.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Sessions with perl cgi
by ChrisR (Hermit) on Oct 16, 2003 at 20:14 UTC |