| Author |
how to know when server automatically invalidates session
|
aminur rashid
Ranch Hand
Joined: Sep 21, 2001
Posts: 79
|
|
Hi !!! I am storing a result set in the session ..... Well there is some need to store result set in the sesssion..I am displaying data in my JSP by retrieving the data from the result set...Now I want to close the connection and result set... when the server invalidates the session ...... Any way to do that???
|
Regards<br />Aminur
|
 |
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
|
|
|
Take a look at the HttpSessionListener interface in the J2EE API.
|
Matthew Phillips
|
 |
aminur rashid
Ranch Hand
Joined: Sep 21, 2001
Posts: 79
|
|
Hi ..Thanx for the reply.I cheked the HttpSessionListener Interface .the implementation class must be configured in the deployment descriptor for the web application. So do I have to put an entry for this class in the web xml like we do for servlets?
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
Yes. You need to put
|
 |
 |
|
|
subject: how to know when server automatically invalidates session
|
|
|