Babbler
04-05-2009, 11:18 AM
Hello all,
Reletively new to web development.
I have recently made changes to my website but unfortunatley everone who viwes it has it chached! So they dont see the latest version.
I have changed the pages to have the line:
META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" within <> but obviously - as their local PC sees a cached version they always get that version!
Is there anything I can add to make their PC check for the latest version or is that impossible. I.E. got to the server and see the latest page rather than their chached version. Probably not possible is it? As their PC will never check for latest version unless they press ctrl+f5.
Can I maybe add a line that will run ctrl+f5 on every visit? But again that wont work as they have it chached so that line wont be in their local copy.
Complicated I know :(
Reletively new to web development.
I have recently made changes to my website but unfortunatley everone who viwes it has it chached! So they dont see the latest version.
I have changed the pages to have the line:
META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE" within <> but obviously - as their local PC sees a cached version they always get that version!
Is there anything I can add to make their PC check for the latest version or is that impossible. I.E. got to the server and see the latest page rather than their chached version. Probably not possible is it? As their PC will never check for latest version unless they press ctrl+f5.
Can I maybe add a line that will run ctrl+f5 on every visit? But again that wont work as they have it chached so that line wont be in their local copy.
Complicated I know :(