This is another JSESSIONID cookie security issue in tomcat 7.
I use a cloud server, where we do not have access to tomcat server.xml, but we can set environment variables and tomcat system variables.
I need to change the settings below:
<Connector port=" ... />
And add the attribute secure = "true" using only the properties of the environment. Is there some kind of tomcat environment that I can install. For example, we have the tomcat environment variable:
`logging.dir=/logs/tomcatlogs`
I am using dynamic web module version 2.4 and java 7.
source share