The scenario for my problem is the following, I have a website that has been updated, but some customers are reporting that the update was not made for them, which are still in the old site template (probably due to cache persistence ).
I've made several updates and never had this problem. I do not know if it was the size of the update (basically a rework of the whole project) that is implying this problem, but I can not get users to access the new version of the site.
I know that cleaning the cache , ctrl + f5 , ctrl + r may help, but, unfeasible ...
I already use version practice in files, for example:
scr="meuscript.js?v=0123456"
href="meuestilo.css?v=0123456"
I also use some tags in HTML, like:
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
But nothing had the desired effect. I confess that it is an area that I do not have much experience and knowledge. So, what could I do to get the desired result? That is, force page refresh (or cache ) on the client side?