I have read the above issue and am now confused.
I thought that it was a good idea if the browser cached your pages so if you came back to the same pages the pages would load quicker because they where remembered in the browser.
If I add the code as recomended,
<META HTTP EQUIV-"Progma" CONTENT= "no-cache">
Will my pages load slower on following visits as the browser has to reload pages from server rather than browser cache?
Any thoughts?
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
Comment