Prevent Flash SWF files from being cached on the client (IIS configuration) (highly recommended)

Source: Internet
Author: User
Problem
How to makeFlashOfSWFInClientNoCache? That is, how to make SWF files appear in the temporaryFileFolder?

Method:

GenerallyDynamicPage(ASP, PHP, etc.)LanguageBut SWF cannot directly set the HTTP header.SolutionYou can start from the server and add the HTTP header to IIS:

Cache-control: "No-Cache"
Pragma: "No-Cache"
Expires: "-1"


However, when setting IIS, note thatSetIf the HTTP header is used, the content of the entire site (such as JPG, GIF,CSS, HTML, etc.) will not be cached, this will lead to a newDownloadThese files are not good. You can createVirtual directoryAnd then set the HTTP header for this virtual directory to put the SWF file that is not cached in it.

 

Reprinted from: http://www.pc75.com/html/64/n-364.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.