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