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? Michael
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
Michael writes: Thanks Dieter. It looks like I'm using the wrong version of everything Michael Dieter Maurer wrote:
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
participants (2)
-
Dieter Maurer -
Michael