網頁設計-html,asp,php,jsp禁止緩存的方法

html禁止緩存的方法,asp禁止緩存的方法,php禁止緩存的方法,jsp禁止緩存的方法
html:
php:
header(expires: mon, 26 jul 1997 05:00:00 gmt);
header(cache-control: no-cache, must-revalidate);
header(pragma: no-cache);
asp:
response.expires = -1
response.expiresabsolute = now() – 1
response.cachecontrol = no-cache
jsp:
response.addheader(cache-control, no-cache);
response.addheader(expires, thu, 01 jan 1970 00:00:01 gmt);
上一个:在“互联网技术 ”时期,深圳网站建设未来的发展方向有什么
下一个:网站建设教你网站建设中的在线广告和营销策略
吕梁网站建设,吕梁做网站,吕梁网站设计