My problem is that I am losing the session object in between my JSP pages,
though in most cases it seems to work. I added the code to redirect to the
login page at the beginning of every jsp file, if request.getSession(false)
returns null. But occasionally, I lose the session object in some page and I
am kicked out of the system.

1. I use JSP on IPlanet. The session timeout in the IPlanet server is set to
15 minutes.
2. I have about fifteen JSP pages with a centralized frame with a menu on
the left side.
3. The menu by itself is dynamic (the links change depending on the status)
and has some redirects to static html pages. (general information, pics etc
). I use response.redirect( linkvariable.html) to invoke the menu items.

Is there a way to retrieve the expired session?

Thanks in advance.
Sree


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to