1 Reply Latest reply on Sep 12, 2017 12:52 AM by jaikiran

    How to add the 'Secure' attribute to all sensitive cookies in wildfly10

    jboss234

      I tried to Add the 'Secure' attribute to all sensitive cookies and for that I have added <session-cookie http-only="true" secure="true"/> under <servlet-container name="default"> in standalone.xml. After restarting the Wildfly 10 app server when I logged into the application I am getting "Session Error" popup.

       

      How to prevent this popup and add the 'Secure' attribute to all sensitive cookies.

       

      I would like to do it outside EAR file (i.e. without changing web.xml)