[Zope] Cookie

Artur Mozdzynski artur@abfab.nl
Wed, 8 Aug 2001 13:06:22 +0200


How to store a cookie in Zope?
With RESPONSE.setCookie(name, value) I manage only to set a
per-session cookie, which is not stored on a client computer.

Zope reference gives such a header for this method:
setCookie(name, value, **kw),
but the **kw argument is not described.  What it is?

Artur