Hi,
I need to enable the session security cookie to httponly.I tried to update the context.xml
<!-- The contents of this file will be loaded for each web application -->
<Context useHttpOnly="true">
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
<!--
<Manager pathname="" />
-->
But it doesn’t work.