- 相關(guān)推薦
網(wǎng)頁(yè)編程語(yǔ)言禁止IE緩存
禁用客戶(hù)端緩存
HTM網(wǎng)頁(yè)
ASP網(wǎng)頁(yè)
PHP網(wǎng)頁(yè)
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
JSP
response.setHeader("Pragma","No-Cache");
response.setHeader("Cache-Control","No-Cache");
response.setDateHeader("Expires", 0);
C#中禁止cache的方法!
Response.Buffer=true;
Response.ExpiresAbsolute=System.DateTime.Now.AddSeconds(-1);
Response.Expires=0;
Response.CacheControl="no-cache";
【網(wǎng)頁(yè)編程語(yǔ)言禁止IE緩存】相關(guān)文章:
HTML語(yǔ)言的網(wǎng)頁(yè)教程03-29
XML語(yǔ)言在網(wǎng)頁(yè)中有哪些應(yīng)用03-29
win10怎么清除dns緩存01-13
清除Win7系統(tǒng)DNS緩存06-07
數(shù)控編程的技巧03-25
怎么刪除桌面ie圖標(biāo)05-10
Java基本編程技巧03-31
CPU一級(jí)緩存是什么意思05-11