Consider the scenario:
I visited a page of a website built using ASP.NET. The page is a simple aspx page containing ASP.NET server controls.
we have even tried
Response.ExpiresAbsolute = DateTime.Parse("1/1/1980"); Response.AddHeader("cache-control", "no-store, must-revalidate, private"); Response.AddHeader("Pragma", "no-cache");
to resolve this kind of problem