see httpsessionlistener
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html

--
Jeremy Thomerson
http://www.wickettraining.com




On Fri, Aug 28, 2009 at 9:41 AM, Pedro Santos<pedros...@gmail.com> wrote:
> Hi, I have an wicket application mantaing objects for the session, link
> consumer threads to background work. I want to make sure that these objects
> will to be garbage colected, finalized, etc. How can I listen the session
> timeout notice? I don't want to implements these rules on finally method of
> the session, because I'm afraid the serialization routine will cause the
> session gc sometimes, before its timeout
>

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

Reply via email to