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