2 Nov
1999
2 Nov
'99
9:04 a.m.
-----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