On Tue, Sep 24, 2002 at 10:01:59PM +0200, Thomas Guettler wrote: >How do you do authentication? (The Sessionmanagement should use ZODB) Any way you like. You can configure your HTTP server to use HTTP authentication, and then check the AUTHORIZED_USER environment variable in the request object, or you can implement a login screen and then set the 'user' attribute on the session object. >I just looked at PTL. Sorry, but I think, I will still use: Fine with us; there's no requirement to use PTL. --amk