E
egarcia
Guest
Thank you for the feedback. It is not my intention to have the JSESSIONID in the URL and have not implemented it in code (maybe because of the withCredentials)!!!! The JSESSIONID is generally handled as an HTTP only cookie. It is handled internally by the web browser and it is not available in JavaScript. You would be able to see it with Fiddler2 since it looks at the network traffic. The JSESSIONID would be used in the URL if cookies are disabled on the web browser or if the configuration for Tomcat is so that http-only is false. Please check the settings for cookies in your web browser (interestingly one of the screenshot showed two JSESSIONID cookie). Also, check the setting for in web.xml - it should have true . This setting is the default ... I would expect it to be used even if it is commented out. FYI, version 4.2.0 is the latest version of the JSDO. BTW, the fix that Mike mentioned is the same fix that would be in the custom version that I mentioned. The issue is that the code is adding ";" when it should use "&". I hope this helps.
Continue reading...
Continue reading...