I have Apache 2.2.15 with tomcat 6, and I am trying to set the following command in Apache:
Header set Set-Cookie HttpOnly;Secure;SameSite=None
this is not working. I would really appreciate if any advice and help, since then the iFrame capability is broken.
That command is so far off it's hard to tell what your intent was.
If you're trying to modify a cookie, don't you want
Header edit... here? If you're actually trying to set a new cookie, you're missing the cookie name and value.https://github.com/covener/apache-samesite/blob/master/samesite-global.conf