Friday, 23 August 2013

Absolute session timeout with Lift / Jetty

Absolute session timeout with Lift / Jetty

What is a good way to implement an absolute session timeout in a Lift
application running under Jetty?
I already have an idle timeout, but I want sessions to eventually time out
even if the user is never idle.

No comments:

Post a Comment