Re: [Perl-unix-users] Session Timeout in CGI

2002-06-12 Thread parvez
Hi, Cant I do all this when I am creating the cookie. If I have'nt got you wrong. I will have to update the value of the cookie on every user click. This will have to be done over abt 70 CGI programs. Parvez Simon Oliver wrote: > parvez wrote: > > > > I am using CGI and want to timeout

Re: [Perl-unix-users] Session Timeout in CGI

2002-06-12 Thread Simon Oliver
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

[Perl-unix-users] Session Timeout in CGI

2002-06-12 Thread parvez
Hi gurus, 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. Thanx i