Re: Setting a timeout for a cookie

2007-10-16 Thread John J. Lee
Peter Bengtsson <[EMAIL PROTECTED]> writes: > On Oct 15, 4:09 pm, sophie_newbie <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm wondering how do you set a 'timeout' or expiry date/time for a >> cookie set using a python cgi script. I can set a cookie ok but I >> dunno how to set the expiry time so it

Re: Setting a timeout for a cookie

2007-10-15 Thread Peter Bengtsson
On Oct 15, 4:09 pm, sophie_newbie <[EMAIL PROTECTED]> wrote: > Hi, > > I'm wondering how do you set a 'timeout' or expiry date/time for a > cookie set using a python cgi script. I can set a cookie ok but I > dunno how to set the expiry time so it always expires at the end of > the session. > Easy,

Setting a timeout for a cookie

2007-10-15 Thread sophie_newbie
Hi, I'm wondering how do you set a 'timeout' or expiry date/time for a cookie set using a python cgi script. I can set a cookie ok but I dunno how to set the expiry time so it always expires at the end of the session. Thanks! -- http://mail.python.org/mailman/listinfo/python-list