8 May
2002
8 May
'02
9:04 p.m.
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