[Zope] Cookie problem / bug?

Bogdan M.Maryniuck bogdan@iuveno-net.de
Sun, 27 Jan 2002 21:34:37 -0800


>From Python Script I do:
  context.REQUEST.RESPONSE.setCookies(cookie_id, value, expired=data)

In Konqueror works. Mozilla -- does not. Then I do:
  context.REQUEST.RESPONSE.setCookies(cookie_id, value, expired=data)
  context.REQUEST

...and no any HTTP_COOKIES in Request with Mozilla. :-( From DTML works both 
fine, but I want PyScript. What shell I do?

P.S. If I do just "context.RESPONSE" -- Error: "Response" not defined
-- 
Bogdan M.Maryniuck