----- Original Message -----
Sent: Tuesday, October 03, 2006 8:24
AM
Subject: [Zope] Programmatically logging
out a user
Hello,
How do I
programmatically log out a user from Zope ?
I've asked this
question before, but was told to :
1. Redirect the
user to a page that always raises Unauthenticated.
See
manage_zmi_logout.
2. from AccessControl.SecurityManagement import
noSecurityManager
noSecurityManager()
Are there any
other ways out there ?
Regards,
Danny
_______________________________________________
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
)