Re: Session destruction due to timeout...

2008-10-21 Thread Mendeleev
gt; if you need an application object you could try: > > Application.get(String applicationKey) > > The session object is gone so you cant access it anymore. > > On Wed, Oct 15, 2008 at 10:40 AM, Mendeleev <[EMAIL PROTECTED]> wrote: > >> >> I need to add

Session destruction due to timeout...

2008-10-15 Thread Mendeleev
I need to add functionality to my Wicket application that allows me to record in the MySQL database the exact time a user logs out of the application. This includes recording the time the session is destroyed by the web container due to user inactivity. I tried: 1. An implementation of HttpSessi