Hi all, how can you enable a servlet to call JSP pages by using the callpage method (I know its deprecated but it needs to be used in Websphere 2x) if cookies are disabled? I tried the encodeURL method in the callPage but an error appeared on the web browser stating it could not find xxxx.JSP;ID=22..... (I think that is the syntax) - basically I think the session ID was interpreted by something as part of the JSP file name. Best Regards Marc =========================================================================== 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
