Hi I have a hopefully small problem... I am using a reverse proxy in my live environment... e.g http://www.myurl.com/whatever.html is sent to my applicartion as http://www.myengine.com/<servlet context><servlet name>whatever.html But now my problem is that all session cookies are set with the path set to /<servlet context> So basically I am losing my session information... Let me rephrase my question... Is it possible to tell the servlet engine to set its session id cookies with path attribute set to "/" instead of "/<context path>". Thanks =========================================================================== 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://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
