I want to set \'secure\' flag to JSESSIONID cookie . Is there a configuration in tomcat 6 for this ?
I tried by setting \'secure=\"true\"\' in \'Connector\' (8080) e
use the attribute useHttpOnly="true". In Tomcat9 the default value is true.