22 Aug
2001
22 Aug
'01
9:12 p.m.
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