[Zope] cookies and paths?
Dieter Maurer
dieter@handshake.de
Wed, 21 Aug 2002 19:23:44 +0200
KevinL writes:
> The problem is, if I have a cookie called __ac at path /, and a cookie
> called __ac at path /xone, then I can expire one or the other - but not
> both on the same web request. Because HTTPResponse.py keys on cookie
> name only, not name and path.
>
> Does this rate as a bug? I can work around it, sorta, but it feels
> wrong.
I agree with you.
File a bug report at <http://collector.zope.org/Zope>.
Dieter