Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
160 views

How to manage cookies working for Internet Explorer 11 from Asp.Net MVC?

I am working with Asp.Net MVC and in that I am handling cookies like below : Response.Expires = 0; Response.Buffer = true; Response.ClearContent(); Response.AddHeader("content-disposition", "inline; ...
Harry R's user avatar
  • 79
0 votes
0 answers
70 views

AntiFogeryToken Cookie is always store and send back to server even when i block all cookies on IE 11 (other browsers work as expected)

Im currently set up a feature which allow server side code aware of whether this browser is enable cookie or not. the solution is to use antiforgery cookie which is sent back to server whenever ...
Nguyễn Văn Lệnh's user avatar