John, FWIW I used cookie-crumbler for clean logouts (and custom login forms). Others can be more specific in terms of why basic authentication logouts is problematic. I just recall it was. David ps - that info maybe dated but thats my recollection. ----- Original Message ----- From: "John Hunter" <jdhunter@ace.bsd.uchicago.edu> To: "Zope Users" <zope@zope.org> Sent: Thursday, August 05, 2004 2:44 PM Subject: [Zope] logout
I am trying to provide a logout option for my users. After some googling, I found a few suggestions and tried them (I am using a standard acl user folder in zope 2.7) from the python API
The following mostly works but requires manager permission (I traced this
to
RESPONSE.setBody call...)
self._acctFolder.manage_zmi_logout(REQUEST, RESPONSE)
What is the right way to logout a user?
Thanks, John Hunter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )