怎样禁止SWF文件显示在IE缓存中?

  • 来源: 中国IT实验室 作者: somesun   2008-03-18/09:23
  • 问:怎样禁止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浏览器无效。


    评论 {{userinfo.comments}}

    {{money}}

    {{question.question}}

    A {{question.A}}
    B {{question.B}}
    C {{question.C}}
    D {{question.D}}
    提交

    驱动号 更多