Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have added
<forms cookieless="UseCookies" cookieSameSite="None" timeout="5" />
to my web.config file. But the application is still not working on iOS 12. Is there a way to remove SameSite cookie parameter in ASP.NET if device running iOS 12?
发现如下:
资源
MacOS 10.14 上的 Safari 和嵌入式浏览器版本以及 iOS 12 上的所有浏览器。这些版本会错误地将标记为 的 cookieSameSite=None视为标记为SameSite=Strict。此错误已在较新版本的 iOS 和 MacOS 上得到修复。
SameSite=None
SameSite=Strict
错误报告在这里 - https://bugs.webkit.org/show_bug.cgi?id=198181