20 Feb
2002
20 Feb
'02
9:04 p.m.
Siegmund Fuhringer writes:
is it possible to logout an authenticated user (eg. after some minutes of inactivity)? Yes, provided you use Cookie based authentication (use an appropriate Cookie lifetime).
No, when you use HTTP basic authentication. You may want to read the "Web Publishing" section of <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> to learn more about authentication. Dieter