這裡介紹一下 jsp 的寫法, 其它web 開發應該也可以比照辦理.
<%//no cacheresponse.setHeader("Pragma", "no-cache");response.setHeader("Cache-Control", "no-cache");//causes the proxy cache to see the page as "stale"response.setDateHeader("Expires", 0);%>
Post a Comment
No comments:
Post a Comment