-
1. Re: Add HttpOnly and Secure attributes to JSESSIONID cookie
jfclere Jan 14, 2013 3:23 AM (in response to kalyancm)may be the external component could add the header for you, what are you using?
-
2. Re: Add HttpOnly and Secure attributes to JSESSIONID cookie
kalyancm Jan 14, 2013 3:21 PM (in response to jfclere)Thanks for responding to my question. I will try to find some info about the external component that provides SSL to our application.Your suggestion was one approach that we were considering for resolving this issue. Before taking that approach, I would like to know if the programming approach as mentioned above is incorrect.
-
3. Re: Add HttpOnly and Secure attributes to JSESSIONID cookie
jfclere Jan 15, 2013 2:48 AM (in response to kalyancm)1 of 1 people found this helpfulthe HttpOnly is discussed in https://community.jboss.org/message/761627
for the isSecure() the trick is to configure the connector so that AS thinks it is secured
secure="true" in the connector configuration.
-
4. Re: Add HttpOnly and Secure attributes to JSESSIONID cookie
kalyancm Jan 17, 2013 3:22 PM (in response to jfclere)Thanks for your pointers. I will try the suggestions in the referenced thread.
-
5. Re: Add HttpOnly and Secure attributes to JSESSIONID cookie
naresh1 Dec 12, 2016 9:22 AM (in response to kalyancm)Hi kalyan,
Did you resolve your issue, Got same thing can you help me out?
Thanks,
Naresh kallamadi