Hi,
I am Rajan, I joined the listing in recent times. I am
finding this listing very helpful. I am using a bean
with session scope, in my JSP page. At the end of the
interraction, I want to close the session. When I find
that it is the last thing to be displayed I am closing
the session using:
HttpSession ses = request.getSession();
ses.invalidate();
my jswdk1.0.1 which is running on NT Workstation
crashes soon after this.
Can you please correct me where I am going wrong.

Rajan

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.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://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