21 Aug
2002
21 Aug
'02
6:33 p.m.
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