I'm trying to port a really old and poorly written ASP page to ASP.NET and I came across this line in the "head":
<meta http-equiv="ExpiresAbsolute" content="0" />
Tried Google but nothing useful came up. What does "ExpiresAbsolute" do? I know "Expires" can be set to control caching etc. but the absolute part, I have never seen..
Anyone who can explain this or direct to information?