Hi, Servlet APIs provides http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpSessionListener.html#sessionDestroyed(javax.servlet.http.HttpSessionEvent) >From the passed event you can get the HttpSession. One of the attributes inside is the Wicket Session.
On Mon, Nov 12, 2012 at 10:32 PM, Corbin, James <[email protected]>wrote: > Is there any way in Wicket 6+ to be notified when the session is ABOUT to > be destroyed? The UnboundListener.sessionUnbound(…) API is too late in the > cycle for me to interact with the session state. > > Thanks, > J.D. > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
