[Zope] Setting multiple cookies?

Michael mlewis@exasource.com
Wed, 08 May 2002 07:58:15 -0600


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