[Zope] FSSession and delete cookie

Chris Withers chrisw@nipltd.com
Thu, 23 Mar 2000 15:34:24 +0000


You could try:
<dtml-call "RESPONSE.expireCookie('main_counter'">

which might work.

Chris

Marc DANAI wrote:
> 
> Hi,
> 
>   How can delete cookie from browser using FSSession?
> I've tried all the combination but I did not succeed
> to find a right solution?
> 
> <dtml-call FSSession.del('main_counter')>  not-work
> <dtml-call "FSSession.del('main_counter')"> inv-syntax
> .....
> ....
> 
> Any suggestion?
> 
> Thank's
> 
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )