[Zope] Clearing a session?
Chris McDonough
chrism@zope.com
26 Aug 2002 09:30:30 -0400
SESSION.invalidate()
and if necessary
SESSION.getBrowserIdManager().flushBrowserIdCookie()
See "Manually Invalidating a Session Data Object" and "Manually
Invalidating an Browser Id Cookie" at
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx
On Mon, 2002-08-26 at 09:10, Alec Munro wrote:
> Hi all,
>
> I'm looking for a quick way to destroy a session.
> Thanks,
>
> Alec Munro
>
>
>
> _______________________________________________
> 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 )