How to get jetty to send jsessionid-cookies with the secure-flag when using a secure channel

后端 未结 2 823
你的背包
你的背包 2021-02-06 12:07

I am using Tomcat in my production environment and jetty in my testing environment (via jetty-maven-plugin).

Tomcat sets the secure-flag on a jsessionid-cookie, when it

2条回答
  •  独厮守ぢ
    2021-02-06 13:11

    The configuration changes needed to set the secureCookies property can be added to the jetty-web.xml file:

    
      
        true
      
    
    

提交回复
热议问题