Here's what I need to get, the version of the page must be the last. It's a price list, no way i want the price from last week.
So I got some code from everywhere on the web and paste it to my header, here it is:
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="expires" content="0">
I dont know if it's enough or what it does, but it must tell the browser:
- Download the page
- Forget the cache, it's too old even if you hit reload 10 times in a row. Download it again.
So the question: is it the proper way? It's a HTML only page, no jQuery nor PHP.