I want to change a variable stored in jsp application object when
the user session expires. I'm using the method
valueUnbound(HttpSessionBindingEvent event) of the
HttpSessionBindingListener interface to catch this event in one of my java
classes. I know how to change a variable stored in the session object
because it comes by parameter in the method valueUnbound.  What should I
do? Is there anyway to get the application object to a java class?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to