If you are using JSP or Servlet and calling bean from there then this might be helpful to you. "To ensure the session is properly maintained, the servlet developer must call this method (getSession) before the response is committed." ( from Servlet API reference document) I think this may be helpful to you. With regards, R. Bala -----Original Message----- From: laurent andre [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 10:36 PM To: [EMAIL PROTECTED] Subject: Scope session , IE4, IE5 , NS 4.7 & Iplanet WEBServer. Hello. we got a slight pb here ! Session tracking works with IE4 , N4.X but with IE.5 , it doesn'work each "refresh" of the page creates a new instance of the bean, as if it was another session. I found that modifying the security level improves the reliability ! sometimes it works, sometimes not ! any idea ? is it because we're working on a local network ? =========================================================================== 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 =========================================================================== 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
