Hi.
I have a quite troublesome issue which I didn't find a good solution for yet.
I allow caching of all my application static files (JS, CSS and images) by browser for performance.
Problem is, when I'm doing upgrades, the users still use the old version from their cache, which often breaks the application, and requires clearing the cache every time to solve the problem.
Is there any good multi-browser approach which still allows caching the files, but can force to reload them when needed?
Thanks for any info.