Hello! Anybody know how to programically implement user logOUT? Is it something like (not tested yet): set "anonymous", uses Zope API; then forward him to login form? I would like to logout, then press "<=" back button into the browser and get access denied, but not be still logged in. If somebody understands my broken english, please answer. ;-) -- Microsoft merges technologoies: Windows CE + Windows ME + Windows NT = Windows CEMENT Sincerely yours, Bogdan M.Maryniuck
Hi Bogdan ;-) AFAIK, there is no way of logging out if you use HTTP Basic Authentication. You have to use a cookie-based authentication scheme for that (or you programmatically change the passwort of the user, but that is a very rude way of doing it). For cookie-based authentication, the best thing I know is CookieCrumbler. It is part of the CMF Core package, but also works without CMF ... Cheers Joachim ----- Original Message ----- From: <bogdan@iuveno-net.de> To: <zope@zope.org> Sent: Wednesday, January 09, 2002 9:26 AM Subject: [Zope] User logout
Hello!
Anybody know how to programically implement user logOUT? Is it something like (not tested yet): set "anonymous", uses Zope API; then forward him to login form? I would like to logout, then press "<=" back button into the browser and get access denied, but not be still logged in.
If somebody understands my broken english, please answer. ;-)
-- Microsoft merges technologoies: Windows CE + Windows ME + Windows NT = Windows CEMENT
Sincerely yours, Bogdan M.Maryniuck
_______________________________________________ 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 )
participants (2)
-
bogdan@iuveno-net.de -
Joachim Werner