Jignesh Patel wrote:

So You, mean there is a one seperate event for one single session.

For each session, an HttpSessionListener will receive an event when the session is created, and an event when the session is destroyed (the call will go to the appropriate method for the event type in question). The event message (an instance of HttpSessionEvent) will itself contain a reference to which session this event is describing. All of these events will be sent to a single instance of your HttpSessionListener class.

Craig



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



Reply via email to