In addition to the post before:

Write a class which implemets javax.servlet.http.HttpSessionListener with
something like this:



>     @Override
>     public void sessionCreated(final HttpSessionEvent se) {
>         se.getSession().setMaxInactiveInterval(sessionTimeoutSeconds);
>     }
> 

A search in this forum returns much hits.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Session-timeout-alert-tp5601037p5601125.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to