httponly cookies enabled communication error applet to servlet
问题 We have a issue with an application running under Websphere 6.1.0.31 with the HTTPOnlyCookies setting enabled. The issue is with an Applet that makes a connection via HttpURLConnection to a Servlet. The Applet is passed the JSESSION ID from the JSP page by parameters. In the HttpURLConnect call we set the Cookie header and include the JSESSION ID. The Servlet does not use the cookie passed and will create a new session and cause an error. With HTTPOnlyCookies disabled, this works without any