AEM Session Cookie with httponly and secure flag
Hello,
is it possible to configure AEM to send the session cookie with httponly and/or secure flag? Or is the only way to add these flags with mod_headers.so at apache level?
regards
Reini
Hello,
is it possible to configure AEM to send the session cookie with httponly and/or secure flag? Or is the only way to add these flags with mod_headers.so at apache level?
regards
Reini
If the request is over https out of the box should be setting the secure flag on all cookies. In case you are terminating SSL on another layers like lb, dispatcher configure Felix SSL Filter. You can also set using api.
https://docs.oracle.com/javase/7/docs/api/java/net/HttpCookie.html
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.