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
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 )
Have a look at : http://zdp.zope.org/guide/ZBook/Outline/tutorials/ZBook Ehancing ZBook. Regards, Tom. At 08:49 10/08/1999 -0500, Stephan Richter wrote:
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 )
participants (3)
-
Sean Robertson -
Stephan Richter -
Tom Deprez