禁止SWF文件显示在IE缓存
程序员文章站
2022-10-10 18:20:50
问:怎样禁止SWF文件显示在IE缓存中?
答:实现方法就是在Apache Server配置文件(httpd.conf)中加入下面几句:
ExpiresActive On
header append cache-contr... 08-10-06...
问:怎样禁止swf文件显示在ie缓存中?
答:实现方法就是在apache server配置文件(httpd.conf)中加入下面几句:
expiresactive on
header append cache-control: "no-cache"
header append pragma: "no-cache"\
header append expires: "-1"
注意:这种方法只是让flash不显示在客户端的ie临时文件夹中,但不能防止被直接下载。并且对firefox浏览器无效。
答:实现方法就是在apache server配置文件(httpd.conf)中加入下面几句:
expiresactive on
header append cache-control: "no-cache"
header append pragma: "no-cache"\
header append expires: "-1"
注意:这种方法只是让flash不显示在客户端的ie临时文件夹中,但不能防止被直接下载。并且对firefox浏览器无效。
上一篇: 圆葱五花肉你知多少
下一篇: 用asp实现检测文件编码