"Means, Garann R." wrote:
>
> javax.servlet.http.HttpSession.invalidate() ... I would like to
> redefine that method for my application ... Is this possible?
>

 No, not without rewriting the servlet container.


> so that I can cause another method to be executed immediately
> before the session is destroyed.
>

 I suspect you could use HttpSessionBindingListener, but
again, without some details about what it is you're trying
to do, it's hard to say.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to