in reply to Time Question
If not, then just send them a cookie with each page:
then just check that cookie exists.# major "snip", but you get the idea... my $q = new CGI; my $cookie = $q->cookie(-name=>'timeout', -value=>'session id', -expires=>'+15m'); print $q->header(-cookie=>$cookie);
.02
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Time Question
by davis (Vicar) on Dec 04, 2001 at 16:43 UTC |