Tuesday, November 29, 2011

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

Define a Class HttpSessionNotifier which implements HttpSessionBindingListener and implement the functionality what you need in valueUnbound() method.:We need to implement HttpSessionListener having method sessionDestroyed(HttpSessionEvent event). implement the functionality what u need in this method
Category:JSP Interview Questions

No comments:

Post a Comment