[Zope] Why does logout not work

Jens Vagelpohl jens@zope.com
Tue, 6 May 2003 13:37:31 -0400


maybe because the user object does not have a "logout" method..?

jens


On Tuesday, May 6, 2003, at 13:18 US/Eastern, Andreas Pakulat wrote:

> Hi,
>
> can somebody explain to me why the following doesn't work in a python
> script:
>
> request.AUTHENTICATED_USER.logout()
>
> I get an AttributeError from Zope
>
> Andreas