On Fri, Jan 15, 2010 at 3:34 PM, Thiago H. de Paula Figueiredo
<thiag...@gmail.com> wrote:

> T5 doesn't, but the Servlet API has. Create an HttpSessionBindingListener
> implementation and add it to the Session. Its valueUnbound() method will be
> invoked when the session is invalidated.

Actually HttpSessionBindingListener.valueUnbound() Notifies the object
that it is being unbound from a session and identifies the session, so
due to the way T5 use the session with @SessionState object I would
play carefully with it :)

Cheers
-- 
Massimo
http://meridio.blogspot.com

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

Reply via email to