- 相關(guān)推薦
網(wǎng)頁(yè)編程語(yǔ)言禁止IE緩存
禁用客戶端緩存
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
it職業(yè)編程語(yǔ)言類英語(yǔ)詞匯03-20
XML語(yǔ)言在網(wǎng)頁(yè)中有哪些應(yīng)用03-29
行業(yè)英語(yǔ):計(jì)算機(jī)術(shù)語(yǔ)編程和語(yǔ)言03-18
硬盤(pán)的緩存容量是什么03-06
主板中緩存常見(jiàn)問(wèn)題03-20
網(wǎng)頁(yè)視覺(jué)平面中平面設(shè)計(jì)語(yǔ)言的應(yīng)用03-05
數(shù)控編程的技巧03-25