[Zope] LOGIN MECHANISM
Dieter Maurer
dieter@handshake.de
Wed, 21 Aug 2002 20:33:03 +0200
chpeer2002 writes:
> What I want to realise:
> - web-application with zope user login
I expect you mean a cookie based login, or more generally,
a login that does not use basic HTTP authentication.
> - username, password stored in an Interbase database
> - session tracking
Look at "exUserFolder" or "SimpleUserFolder".
You will get at least the first two requirements.
With the Zope sessions notification services (read the "2_6Edition"
of the Zope book), you can implement session tracking.
Dieter