S
Simon Wigzell
I have some server side database display code in a webpage. I would like the
definitive answer to the question : How do I ensure that the latest version
of the page is always displayed? I'm using this in the <head></head> area ::
<meta HTTP-EQUIV="Expires" CONTENT="0">
The intent is that every time the page is loaded of refreshed the browser
will check if there is a newer version on the server. It doesn't work. In
frustation I've removed every file from the directory in question and STILL
it is displaying an old cached version. You'd think it would be the simple
and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION OF
MY WEBPAGE!". What more can I do?
Thanks!
definitive answer to the question : How do I ensure that the latest version
of the page is always displayed? I'm using this in the <head></head> area ::
<meta HTTP-EQUIV="Expires" CONTENT="0">
The intent is that every time the page is loaded of refreshed the browser
will check if there is a newer version on the server. It doesn't work. In
frustation I've removed every file from the directory in question and STILL
it is displaying an old cached version. You'd think it would be the simple
and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION OF
MY WEBPAGE!". What more can I do?
Thanks!