[Zope] Timeout on authenticated user?
Dieter Maurer
dieter@handshake.de
Fri, 22 Jun 2001 21:44:56 +0200 (CEST)
Etienne Labuschagne writes:
> I see LoginManager is based on GUF, but it seems incomplete at the moment.
> Which will be the better one to use GUF or LoginManager?
As often, it depends....
LoginManager is based in ZPatterns, a very general framework
that allows separation of logic from the actual data
(that therefore can be relocated without a need to change
the logic).
The strange terminology (rack, rack-mountable, specialist, ...)
always discouraged me to really look at it.
I just had the impression, it is complex.
Unnecessarily complex for my needs so far...
It also seems to be a bit difficult to install.
GUF on the other hand is quite simple, easy to install,
set up and use. Almost surely, it is not as flexible
as LoginManager.
As you can read from this, I am using GUF.
Dieter