[Zope] automating user logout

J Cameron Cooper jccooper@jcameroncooper.com
Fri, 11 Jul 2003 14:08:33 -0500


> How can I logout a user without bringing up the login/password screen
>
> right now I'm using
>
> <a href="manage_zmi_logout">

Unless you use one of the cookie-based login schemes you can't really. 
It's just the nature of HTTP authentication.

Well, you could make your users restart their browsers, but that's not 
very nice.

          --jcc