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.
Views
Replies
Total Likes
I have fixed it now, the HttpOnly attribute in header was redirecting it to the login page.
Please check if https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/cookie-samesite-warning-in... helps
I have fixed it now, the HttpOnly attribute in header was redirecting it to the login page.