adspace


How can my application get to know when a httpsession is removed?

Answer Posted / Prabal Pandey

<html><body>To be notified when an HttpSession is removed, you can implement the HttpSessionListener interface and register it with your web application. The sessionDestroyed() method will be called whenever a session is about to be or has been destroyed.</body></html>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307