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