[ASP]Avoid IE cache

Avoid in Internet Explorer Cache


Response.Buffer=true
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1

Reference Site http://support.microsoft.com/kb/234067/zh-tw

Original: Large column  [ASP] Avoid IE cache


Guess you like

Origin www.cnblogs.com/chinatrump/p/11505566.html