Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi All,
On adding below configuration “samesite cookie” in vhost file under headers section , we are getting the issue the page is auto redirecting to the login page which is hosted on Magento after around 20 seconds.
<IfModule mod_headers.c>
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure;SameSite=None
</IfModule>
Apache version: 2.4
Any leads for this.
Thanks
Solved! Go to Solution.
I have fixed it now, the HttpOnly attribute in header was redirecting it to the login page.
View solution in original post
Please check if https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cookie-samesite-warning-in... helps
Views
Likes
Replies