Hi,
We have a JIRA instance installed on AWS host, setup behind proxy server(SSL enabled).
Now for security protocols, we've configured Tomcat to enable SECURE and HTTPOnly flags.
But from the browser end, when we load JIRA pages we are only able to see the sent JSession cookie, but not the set-cookie in response headers(hence no secure/httponly flags seen).
Could anyone please suggest how we could get the flags to show up on browser?
Thanks