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

Reply via email to