Enable secure cookies in AEM Cloud
Hi,
What would be the right approach to enable secure cookies in AEM Cloud? I've been trying by adding org.apache.felix.http.cfg.json with the values below, but that doesn't seem to work.
{
"org.apache.felix.https.jetty.session.cookie.secure": "true",
"org.apache.felix.proxy.load.balancer.connection.enable": "true"
}
The cookie I'm looking at specifically is the affinity cookie.
Thanks!
