session closing

2000-12-05 Thread rajan tirumala
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:

Re: session closing

2000-12-05 Thread Manish Joshi
u plz check for session is null or not as this if(session != null) { session.invalidate(); } - Original Message - From: rajan tirumala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 6:30 PM Subject: session closing Hi, I am Rajan, I joined the listing

Re: session closing

2000-12-05 Thread Sachin S. Khanna
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 6:30 PM Subject: session closing 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