We recently changed our logo. The new logo has a new file name. Apparently for some users this isn't enough of a change to cause their browser (almost definitely IE 8 or less) to refresh their cache and they're still seeing the old logo image. My boss wants me to add something to the page to cause it to forcibly refresh. I suspect this isn't actually possible ... if their browser isn't loading the page, regardless of what code I put into the page if it (their browser) is loading a cached version it won't see the new code anymore than it sees the new logo right?
Is there a good way to do this? Or are we at "cart-before-horse time"?
If not, what is best practice for telling the browser how to cache my page? And how do I tell my boss it's not feasible?