Question
I need to be able to auto logout users after 15 minutes of inactivity. Is there a plugin that can do that? I also like for the users to get a message telling them that they will be logged out in 5 minutes. The users should be presented with the login page once they are logout automatically.
Environment
--
ZakaiKinan - 28 Mar 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
sorry, no, there is nothing like that yet - it should be posible to write a plugin in combination with the
TemplateLogin system though.
--
SvenDowideit - 07 Apr 2006
I might misunderstand Zakai's question, but it looks like TWiki does what Zakai needs, e.g. after some time the user needs to login again. See behaviour of
Bugs:WebHome
.
--
PeterThoeny - 07 Apr 2006
"After some time the user need to log in again" because the interval between now and the time in the cookie recording the last access exceed
$TWiki::cfg{Sessions}{ExpireAfter} is
NOT the same as being thrown forcibly to the login screen while sitting idle for a timeout period.
The latter will require some javascript.
--
AntonAylward - 07 Apr 2006
Anton: correct

and a little rest plugin handler - but neat idea!
--
SvenDowideit - 07 Apr 2006
does have such a setup working right now? Let me know.
--
ZakaiKinan - 31 May 2006