3 Oct
2006
3 Oct
'06
12:24 p.m.
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