Le Mercredi 8 Juin 2005 15:44, Nils Liebelt a écrit :
> Hi all,
>
> I want to show list of currently logged in users. Now in my idea this is
> something which should belong into application context. Putting it in there
> Is not too difficult. I do it in my extended ActionServlet. But how do I
> get it outta there? What listeners do I use in order to get notified when a
> session var unbinds also nowing where to find ApplicationContext Map?
>

put an object implementing HttpSessionBindingListener in the sessions 
attributes to get notified when session invalidates or times out.

>
> GreetZ
>
> Nils
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
David Delbecq
Royal Meteorological Institute of Belgium

-
Is there life after /sbin/halt -p?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to