CHROME: not allowing cookie updates

后端 未结 0 1146
伪装坚强ぢ
伪装坚强ぢ 2021-01-22 17:09

I\'ve been updating a cookie in C# using code like this:

var cookie = HttpContext.Current.Request.Cookies[cookieName];

cookie.HttpOnly = true;
cookie.Value = coo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题