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