I have a website that used javascript and HTML pages. When I update any HTML/javascript, the user doesn't see the change unless he deleted all his cookies, browser cache, and history.
I tried adding the following in the HTML Head section. But it doesn't help. Also, I tried adding "?v=1" for each javascript include. But it doesn't help either.
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="cache-control" content="max-age=0"/>
<meta http-equiv="cache-control" content="no-cache"/>
What can be done so the browser won't save website cache etc.?