parvez wrote:
> 
>     I am using CGI and want to timeout the session, if the user has not
> used the system for say abt 30 mins. I have tried the 'expire' option in
> cookie, but it forcibly 'undefs' my session after every 30 mins. I want
> the session to timeout if the system is idle for abt 30 mins.
> 

I guess you are manageing your own sessions via cookies?  
You need to resend (overwrite) the cookie on each access with a new expiry
value of +30M.

--
  Simon Oliver
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to