How do you determine someone is logged in or not?
if ($sid) { $session = CGI::Session->new(undef, $sid, {Directory => 'c:/apache/s +essions'}); if (! logged_in($session)) { $session->delete(); } }
Or something like that.
In reply to Re: CGI::Session - non-stop session creation problem
by Tanktalus
in thread CGI::Session - non-stop session creation problem
by Stenyj
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |