Re: HttpSessinoListener Confusion

2004-05-02 Thread Craig R. McClanahan
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

Re: HttpSessinoListener Confusion

2004-05-02 Thread Jignesh Patel
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

Re: HttpSessinoListener Confusion

2004-05-01 Thread Craig R. McClanahan
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.

HttpSessinoListener Confusion

2004-04-22 Thread Jignesh Patel
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: [