[Zope] Logging out

Rik Hoekstra hoekstra@fsw.LeidenUniv.nl
Tue, 02 Nov 1999 10:04:47 +0100


> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
> Michael Fox
> Sent: Tuesday, November 02, 1999 2:17 AM
> To: 'zope@zope.org'
> Subject: [Zope] Logging out
>
>
> Hi *,
>  
> How do I go about Logging out an acl user? similar to www.zope.org
> member area.
>  

Um, you could look in the source of logout.html
(http://www.zope.org/logout.html/view_source) , where it says:

Log out

<!--#call "REQUEST['RESPONSE'].expireCookie('__ac', path='/')"-->
<!--#call "REQUEST['RESPONSE'].redirect(URL1+'/logged_out.html')"-->

That's what the view_source method is there for.

Rik