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 questi
So You, mean there is a one seperate event for one single session.
-Jignesh
On Thursday 29 April 2004 12:33, Craig R. McClanahan wrote:
> Jignesh Patel wrote:
> >If we will use HttpSessionListener,
> >will tomcat implement seperate listener for all the Sessions or it will
> > be common for all th
Jignesh Patel wrote:
If we will use HttpSessionListener,
will tomcat implement seperate listener for all the Sessions or it will be
common for all the sessions?
The latter. Tomcat (or any other servlet container) will create a
single instance of your listener for each element in
web.xml.
If we will use HttpSessionListener,
will tomcat implement seperate listener for all the Sessions or it will be
common for all the sessions?
-Jignesh
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
4 matches
Mail list logo