Third party cookies not working from an iFrame
Third party cookies not working from an iFrame
- Subject: Third party cookies not working from an iFrame
- From: Jesse Tayler via Webobjects-dev <email@hidden>
- Date: Sat, 12 Dec 2020 07:55:39 -0500
I have cookies not working from an iFrame and I need to set the SameSite
settings browsers now require
samesite=none and secure=true
I have apache header rewrites turned on and I try this rule, but I can’t seem
to figure it out
Header always edit Set-Cookie (.*) “$1;HTTPOnly;Secure;SameSite=none”
Anyone know how I can stuff those cookies to I can get by this SameSite stuff?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden