How can my application get to know when a httpsession is removed?
Answer / 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 |
How to restrict page errors display in a JSP page?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What are the implicit el objects in jsp?
What is jstl jar?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What does jstl mean?
Explain jsp technology?
What do you know about jsp expression language (jsp expression language – el)?
What is context in jsp?
What are the different directives in jsp?
How we can use javascript with jsp pages?
How can I use jsp in the mvc model?