rprice@collegenet.com writes:
> I am having a problem setting multiple cookies. From a Python method the
> following code:
>
> RESPONSE.setCookie('language', 'Python')
> RESPONSE.setCookie('server', 'Zope')
Just tried it and could set 2 cookies (Zope CVS; 2.4+)
Dieter