[Zope] setting multiple cookies

rprice@collegenet.com rprice@collegenet.com
Tue, 21 Aug 2001 16:31:20 -0700 (PDT)


I am having a problem setting multiple cookies. From a Python method the
following code:

    RESPONSE.setCookie('language', 'Python')
    RESPONSE.setCookie('server', 'Zope')

only sets the 'language' cookie on the clients I've tested.  Has anybody else
seen this behavior in any Zope versions?  

FYI when I run the same code through Medusa using the old bobo libraries I have
the same problem.

Ray