RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
Geeta > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 11:15 AM > To: Struts Users Mailing List > Subject: Re: HttpSessionListener vs. HttpSessionBindingListener > > > > > > > Hi Geeta, >

Re: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread subramaniam . olaganathan
Hi Geeta, I am using HttpSessionBindingListener and its working fine. Subramaniam Olaganathan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Geeta Ramani"

RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
sers Mailing List > Subject: Re: HttpSessionListener vs. HttpSessionBindingListener > > > Write any session related info to the DB, using the session id as the > primary key to access the info. - To unsubscrib

Re: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread K. Citron
Write any session related info to the DB, using the session id as the primary key to access the info. Geeta Ramani wrote: Hi everyone: I would like some clarification regarding the HttpSessionListener. (We are using servlet spec 2.3) Here's what I want to do: When a session expires, either when

RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
that in fcat others were stumped on this..! (is it time to go home yet??!) Geeta > -Original Message- > From: Jignesh Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 8:04 PM > To: Struts Users Mailing List > Subject: Re: HttpSessionListener vs. HttpSession

RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
Mailing List > Subject: Re: HttpSessionListener vs. HttpSessionBindingListener > > > Hi Geeta, > What I can say that check again your coding because we have > application > in place with Servlet2.3, tomcat5.0.19 and struts1.1. And in > sessionDestroyed method I am

Re: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Jignesh Patel
Hi Geeta, What I can say that check again your coding because we have application in place with Servlet2.3, tomcat5.0.19 and struts1.1. And in sessionDestroyed method I am able to trap the attribute which are associated with the session. It just work fine for us. -Jignesh On Fri, 2004-07-30 a

RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
; From: Gupta, Sahil [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 10:23 AM > To: 'Struts Users Mailing List' > Subject: RE: HttpSessionListener vs. HttpSessionBindingListener > > > Yup. You should be using your session object as implementing the > sess

RE: HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Gupta, Sahil
PROTECTED] Sent: Friday, July 30, 2004 10:01 AM To: Struts Users Mailing List (E-mail) Subject: HttpSessionListener vs. HttpSessionBindingListener Hi everyone: I would like some clarification regarding the HttpSessionListener. (We are using servlet spec 2.3) Here's what I want to do: W

HttpSessionListener vs. HttpSessionBindingListener

2004-07-30 Thread Geeta Ramani
Hi everyone: I would like some clarification regarding the HttpSessionListener. (We are using servlet spec 2.3) Here's what I want to do: When a session expires, either when a user uses the "logout" feature or due to time-out, I want to delete a certain row from the database. The specifics of