Hello, I am using iPlanet4.1 webserver and iPlanet6.0 application server. I have a login jsp file where after succesful login i create a user object and store it in session so it is available later in all pages. The object is not a bean, but is a serialized class. Most of the times this user object is available to me in all the subsequent pages and eveything works ok. But once in a while without any changes being made to the jsp files, everything stops working. The user object is available only in the forwarded page from the login screen and not in any of the other pages. When i move the mouse over some hyperlinks in the pages i see the sessionId attached at the end of the url. Also if i run a simple jsp file which should get the sessionId, it gives me a new session id everytime i refresh the page. I have been trying to understand why this is happening for the past two days. Can someone please help me with this, I am using iPlanet6.0 and iWS4.1 on NT. Thanks a lot _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". 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
