In netscape, if you are not using the default port for http and https, when it switches from http to https or from https to http a new session object will be created. This because the session cookie includes the port no. too. To avoid this, try setting the cookieDomain to the hostname. In weblogic environment, it can be set in weblogic.xml config file <session-descriptor> <session-param> <param-name> CookieDomain </param-name> <param-value> myCookieDomain </param-value> </session-param> </session-descriptor>
Hope this helps, -Priscilla -----Original Message----- From: Alireza Nahavandi [mailto:alireza@;TELEPAGES.CA] Sent: Thursday, November 14, 2002 8:01 AM To: [EMAIL PROTECTED] Subject: session object and secure server Hi everybody, First of all thank you all for responding to my previous questions. I have a problem for using SSL. There is a session object passing to a jsp page in secure server. When coming back from secure server I'll lose the content of the object. Does anybody know how to keep the object's content ? Thank you in advance.... =========================================================================== 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://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.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://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com