Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Sent6035632

1 Comments

Sorted by latest first Latest Oldest Best

 

@Pierce454

You can do this on the web server by sending the correct HTTP headers for those content types. See the W3C HTTP cache control rules. The most important header for your scenario is:

Cache-Control: no-cache


This directive alone should be enough to ensure no proxy or user agent will cache the content.

For Apache, use mod_headers to send cache directives based on the content type requested.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme