[ASP]Avoid IE cache

避免 Internet Explorer 中的缓存


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

参考网址 http://support.microsoft.com/kb/234067/zh-tw

原文:大专栏  [ASP]Avoid IE cache


猜你喜欢

转载自www.cnblogs.com/chinatrump/p/11505566.html
IE