I want to set the "safe" flag in the JSESSIONID cookie. Is there any configuration in tomcat 6 for this?
I tried setting 'secure = "true" in the' Connector '(8080) element of server.xml, but it creates problems ... thats Connection gets reset.
Please note that in my application the JSESSIONID is created in the "http" mode (index page), when the user logs in, he switches to the "https" mode.
source
share