[Zope] Cookie Expiration

Oleg Broytmann phd@phd.russ.ru
Fri, 4 Feb 2000 08:18:11 +0000 (GMT)


On Thu, 3 Feb 2000 Jatwood@bwanazulia.com wrote:
> I know this is somewhere (and trust me I have looked for a good 
> couple of hours).. but what is the proper syntax for setting a cookie 
> not to expire (for a few years anyway) that is good across multiple 
> browsers?

<dtml-call "RESPONSE.setCookie('name', 'value', expire='Wed, 19 Feb 2020 14:28:00 GMT')">

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd@phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.