捕風之巢

          統計

          留言簿(3)

          java友情鏈接

          閱讀排行榜

          評論排行榜

          禁止IE緩存的方法

          禁止頁面內容緩存:

          ? HTM 網頁 ?

          ? <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 網頁 ?

          ? <%?

          ????? Response.Expires?? =?? -1?

          ????? Response.ExpiresAbsolute?? =?? Now()?? -?? 1?

          ????? Response.cachecontrol?? =?? "no-cache"?

          ? %>?

          ? PHP 網頁 ?

          ? 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";?

          ?

          禁止圖片緩存:

          在圖片后面加一個隨機參數,如:

          <img src=”images/bg.gif?temp_id=156404/>

          ?

          經測試,有效。

          ?

          posted on 2007-03-02 14:01 捕風 閱讀(3425) 評論(0)  編輯  收藏 所屬分類: web 頁面開發

          主站蜘蛛池模板: 舟山市| 阿拉善盟| 北票市| 新乐市| 柳江县| 阳新县| 天柱县| 玛多县| 香河县| 五寨县| 专栏| 巴南区| 镇康县| 德江县| 武宁县| 科技| 团风县| 阜宁县| 太谷县| 平乡县| 中西区| 自治县| 双城市| 城固县| 兴隆县| 郯城县| 古丈县| 视频| 莫力| 徐州市| 浠水县| 柘荣县| 安岳县| 乐都县| 庆城县| 同德县| 金堂县| 德清县| 体育| 康定县| 双城市|