I constantly find that when I update a website, I am having to tell the other people in the office to Shift+F5, as the browser doesnt immediately recognise that the website has changes and loads either the old HTML with the new CSS or vice versa.
How can I force the browser to load a new version of the site once I've made an update? Or is it just people who are on the same network as me encounter these things? I have tried putting a random number at the end of my style.css includes, such as:
<link rel="stylesheet" media="screen" href="/inc/style.css?rnd=493481" />
However that doesn't seem to make any difference whatsoever. I don't need it to reload HTML and CSS everytime the page loads, just when I make major updates.
Any advice?