The following HTTP headers create a problem if the server is using Secure Sockets Layer (SSL):
[tt][blue]
Pragma: no-cache
Cache-control: no-cache, max-age=0, must-revalidate
[/blue][/tt]
Remove them from the Custom HTTP Headers entry in the HTTP Headers tab of the IIS properties.
If you are using ASP or PHP to output such files, remove the following codes (if they exist):
[tt] ASP:
Response.AddHeader "Cache-control", "no-cache"
Response.AddHeader "Pragma", "no-cache"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.