Hi, I am setting a cookie in a controller using CookieHelper.SetValue(). I can get the value in my view and see it in the Application tab of dev tools on my main domain. However, in my multidomain installation, I am unable to see the cookie when on a different domain. Can anyone help me understand why this might be and propose a possible solution? Thanks in advance!
↧