hi! is it possible to logout an authenticated user (eg. after some minutes of inactivity)? lg siegmund -- _ __ (_)________ / /_ __ ______ ________ ____ _________ _ / / ___/ __ \/ __ \/ / / / __ \/ ___/ _ \ / __ \/ ___/ __ `/ / (__ ) /_/ / / / / /_/ / /_/ (__ ) __// /_/ / / / /_/ / /_/____/\____/_/ /_/\__, / .___/____/\___(_)____/_/ \__, / /____/_/ sifu@isohypse.org /____/
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
participants (2)
-
Dieter Maurer -
Siegmund Fuhringer