iframe « Session « JSP-Servlet Q&A





1. session management problem with iframes    coderanch.com

Dear All This is my first post at the JavaRanch, so my apologies in advance for any learning curve issues, such as posting to the correct topic. The problem I am encountering is that the JSP rendered in the iframe in the main page of my web app is causing a second session to be created. Once that happens, response.encodeURL() stops ...