I'm building a web application using ASP.NET Core and need to share authentication cookies between two separate domains (e.g., example.com
and example.net
). Despite configuring CORS and setting SameSite=None
, the cookies are not shared across domains.
any one can you help me?