Re: Session Expiring and Null Pointer

1999-09-28 Thread I Khaitan
which creates the session bean login.jsp <%-- create the login session --%> <% ... set/get the login properties ..%> - Original Message - From: Brian Burridge <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 28, 1999 5:08 AM S

Re: Session Expiring and Null Pointer

1999-09-28 Thread Sashi Kolli
You should reroute the user using or do a response.sendRedirect() and then a return after it. -Sashi Kolli [EMAIL PROTECTED] Brian Burridge cc: Sent by: A mailing Subject: Session Expiring and Null

Session Expiring and Null Pointer

1999-09-28 Thread Brian Burridge
I've noticed that when the session expires (I'm using a session bean), either because the time expired or I reset the server, that I always get a null pointer exception. I finally tracked it down, and was surprised to find, that even though at the top of each page I call a method to check for a l