Force browser to load latest file.
I can't tell you how many times I have to tell people to <ctrl>F5 or "clear your browser cache" whenever I make a JS, CSS, or settings change. Any simple method to force a browser refresh to the latest files and override any cached resources?
TIA
Best Answer
-
Konstantin_Slavin-Bo Customer Ninja IT Monkey ✭✭✭✭
There's a nice load of information in this thread:
I have ours set to
no-cache, public, max-age=86400
and I haven't heard about any caching-issues since.1
Answers
There's a nice load of information in this thread:
I have ours set to
no-cache, public, max-age=86400
and I haven't heard about any caching-issues since.