Does anyone know what changed in the configuration between Tomcat 6 and Tomcat 7 that would cause the JSESSIONID
cookie to not be accessible via JavaScript?
Using Tomcat 6:
alert(document.cookie); // JSESSIONID=8675309ABCDEF...
Using Tomcat 7:
alert(document.cookie); // nothing