禁止服務(wù)器端緩存: Response.Expires = 0 或meta http-equiv=Expires CONTENT=0 禁用客戶端緩存。 HTML網(wǎng)頁 META HTTP-EQUIV=pragma CONTENT=no-cache META HTTP-EQUIV=Cache-Control CONTENT=no-cache, must-revalidate META HTTP-EQUIV=expires CONTEN" />

在线观看肉片AV网站免费_97在线中文字幕免费公开视频_人妻无码二区自慰系列_高清无码黄色在线网站

織夢CMS - 輕松建站從此開始!

天府星空

關(guān)于IE緩存的解決方案(HTML,JSP,ASP,PHP,C#)_

時間:2012-11-06 21:49來源:未知 作者:admin 點擊:
--> 禁止服務(wù)器端緩存: Response.Expires = 0 或meta http-equiv=Expires CONTENT=0 禁用客戶端緩存。 HTML網(wǎng)頁 META HTTP-EQUIV=pragma CONTENT=no-cache META HTTP-EQUIV=Cache-Control CONTENT=no-cache, must-revalidate META HTTP-EQUIV=expires CONTEN
--> 禁止服務(wù)器端緩存:

  Response.Expires = 0 或<meta http-equiv="Expires" CONTENT="0">

  禁用客戶端緩存。

  HTML網(wǎng)頁

  <META HTTP-EQUIV="pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate"> <META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">

  ASP網(wǎng)頁

  <% Response.Expires = -1 Response.ExpiresAbsolute = Now() – 1 Response.cachecontrol = "no-cache" %>

  PHP網(wǎng)頁

  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"; 相關(guān)的主題文章: (責(zé)任編輯:admin)
頂一下
(0)
0%
踩一下
(0)
0%
------分隔線----------------------------
發(fā)表評論
請自覺遵守互聯(lián)網(wǎng)相關(guān)的政策法規(guī),嚴(yán)禁發(fā)布色情、暴力、反動的言論。
評價:
驗證碼: 點擊我更換圖片