[Zope] Setting multiple cookies?
Dieter Maurer
dieter@handshake.de
Wed, 8 May 2002 23:04:53 +0200
Michael writes:
> I am trying to set two cookies and only the first one gets set. I'm doing:
>
> <dtml-call "RESPONSE.setCookie('some_value', some_value)">
> <dtml-call "RESPONSE.setCookie('another_value', another_value)">
>
> In every case, the first cookie is set and the second is ignored, am I
> missing something here?
Probably, an Apache 1.3.23/24 bug. See mailing list archives
(or Apache bug tracker) for details.
Dieter