[Zope] How to expire cookie in DTML
Philip Aylesworth
zopelist@regalint.com
Mon, 26 Apr 1999 16:23:23 -0400
Well, as soon as you ask a question you find it in the docs!
So <!--#call "RESPONSE.expireCookie('__ac')" --> should work. It trys,
my browser gives a message that it is getting a cookie __ac='deleted'
with an old date. But the cookie is still set and I can still go to
private pages!
Any ideas?
Phil A.
Philip Aylesworth wrote:
>
> How can I expire a cookie in DTML?
>
> I think I can figure out how to do it in an external but it would be
> more convenient to do it in DTML.
>