Forum Moderators: open
i wonder - have necessity to forbid saving swf and applets into cache, for it, did try following tags:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="-1">
no one doesn't work.
-----------------------------------------
Thanks in Advance.
[edited by: SarK0Y at 11:29 pm (utc) on Dec. 11, 2008]
Instead, you need to configure your server to send the 'real' HTTP server response headers, such as Cache-Control, Expires, and Pragma. How you do this depends on your server type (e.g. Apache or IIS) and other things, such as whether you use scripts to serve your media files.
Jim
[edited by: jdMorgan at 12:08 am (utc) on Dec. 12, 2008]
Caching Tutorial for Web Authors and Webmasters [mnot.net]
Jim
< This discussion continues in the Apache forum:
[webmasterworld.com...] >
[edited by: tedster at 6:01 pm (utc) on Dec. 13, 2008]