[Zope] cookies and paths?
Dieter Maurer
dieter@handshake.de
Wed, 21 Aug 2002 19:30:57 +0200
Chris McDonough writes:
> ...
> I understand what you're trying to
> do, and it seems to call for an additional API method on the response
> object that would allow you to supply a path when setting a cookie.
I don't think he need a new API method:
The "setCookie" method already allows to specify a path.
However, when he calls "setCookie" twice with the same
cookie name and different paths, one of the two
"setCookie" becomes ineffective.
Dieter