I update some of my clients websites several times weekly. For some odd reason it always takes a day or two for the updated version to show up on my own computer. And yes... I do empty the cache...cookies,history,temporary internet files and the whole works.
I put the following code (upon microsofts recommendation) in my html to prevent caching in IE and NN:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
It is still caching everything.
Is there something about this I need to know in order for it to work properly? It's driving me nuts! I have to call someone who has not pulled the site up in a few days and have them check to make sure things are working correctly.
Ideas anyone? Ya' Gotta Love It!
I put the following code (upon microsofts recommendation) in my html to prevent caching in IE and NN:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
It is still caching everything.
Is there something about this I need to know in order for it to work properly? It's driving me nuts! I have to call someone who has not pulled the site up in a few days and have them check to make sure things are working correctly.
Ideas anyone? Ya' Gotta Love It!