[Zope] Cookie max_age property

Sean Robertson webolutionary@webolutionary.com
Tue, 10 Aug 1999 10:13:01 -0400


This was lifted from
http://www.fit.qut.edu.au/DataComms/itn521/notes/cookies/cookies.html

Max-Age=delta-seconds Optional. The Max-Age attribute defines the lifetime
of the cookie, in seconds. The delta-seconds value is a decimal non-
negative integer. After delta-seconds seconds elapse, the client should
discard the cookie. A value of zero means the cookie should be discarded
immediately.


----- Original Message -----
From: Stephan Richter <SRichter@ixl.com>
To: <zope@zope.org>
Sent: Tuesday, August 10, 1999 9:49 AM
Subject: [Zope] Cookie max_age property


> Here another question:
>
> Do you specify the max_age in seconds (ticks)?
> Is there any documentation, since the cookie specs at
> http://www.netscape.com/newsref/std/cookie_spec.html
> does not talk about it.
>
> Is there anywhere a documentation for the setCookie() arguments at the
zope
> home page?
>
> stephan
> --
> Stephan Richter
> iXL - Software Designer and Engineer
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
>
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )