我已将nginx配置为代理服务器,而我的后端是Redhat7上的tomcat8.5。我在nginx中配置了SSL。我希望在安全和 httponly 中使用Cookie,但我的标题仅在Cookie中显示JSESSIONID。
我的结果: - Cookie:JSESSIONID = D442DD723352EA8354E4D。
我正在寻找以下结果 click on here- pic 1
我遵循以下解决方案,但这对httpOnly无效。 https://geekflare.com/secure-cookie-flag-in-tomcat/