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 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