Rick Hurst Web Developer in Bristol, UK

Menu

AJAX, classic asp and IE7 cached output

I noticed that IE7 was caching asp content loaded via AJAX. These asp headers seem to solve the issue:-

Response.CacheControl = “no-cache”
Response.AddHeader “Pragma”, “no-cache”
Response.Expires = -1