Alireza,
Take a look at the JavaDoc for javax.servlet.http.HttpSession. There is a
method called removeAttribute() that you can use to remove the object from
your session. You can get the session object by calling
HttpServletRequest.getSession().

Regards,

Richard

At 04:13 PM 11/8/2002 -0500, you wrote:
Hi every body,

I have a couple of jsp pages using a session object :

<jsp:usebean id="chk" scope="session" class="Check" />

At one point after doing some process I need to remove this object.  How can
I do this ?

Thank you in advance....

===========================================================================
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
===========================================================================
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