Re: [T5]onSessionClose?

2007-07-13 Thread Pablo Ruggia
I would use an HttpSessionListener configured in your web.xml. Take a look to http://www.stardeveloper.com/articles/display.html?article=2001112001&page=1 On 7/13/07, Michael Bernagou <[EMAIL PROTECTED]> wrote: hi, I'm looking for catching the "event" onSessionClose. In fact, I would like to c

[T5]onSessionClose?

2007-07-13 Thread Michael Bernagou
hi, I'm looking for catching the "event" onSessionClose. In fact, I would like to change the status online to offline of a user whose session is close/lost. Any idea? I thought about a timer at the application level able to get the full list of sessions and make a full update but it seems to me t