html >> Site Refresh

by dcoxjr » Sat, 14 Jan 2006 03:29:27 GMT

After updating an existing page, what can I do to ensure that all visitors are viewing the current page and not something in their cache.


html >> Site Refresh

by Dan Rumney » Sat, 14 Jan 2006 06:44:45 GMT




unfortunately, you can't *ensure* it, because that depends on how
their cache is implemented.

using the PRAGMA:NO-CACHE, CACHE-CONTROL:NO-CACHE and EXPIRES:"Thu, 12
Jan 2006 12:00:00 GMT" meta-tags in you document's head will tell
caching systems that they should not cahce the page and will hopefully
encourage caches that are already holding a copy of your old page, to
refresh it.

Hope that helps

Dan



html >> Site Refresh

by byardaj » Sat, 11 Feb 2006 07:10:06 GMT

I don't think you can, can anyone tell us otherwise?


Site Refresh

by Make it so! » Sun, 12 Feb 2006 21:56:50 GMT

Hi

What you could do is insert a refresh tag in your html, it will refresh your site at what ever intevals you want but this may be a bit annoying if it refreshes to often

Phil



Site Refresh

by byardaj » Mon, 13 Feb 2006 00:23:43 GMT

I might be wrong but I thought dcoxjr's question was how do you (in code) do the equivalent of Shift-Refresh, Ctrl-F5, Apple-Opt-E or any othe browser tricks to flush the browser cache?
Andy




Similar Threads

1. Refresh or not refresh - Adobe Dreamweaver

2. flash site and refreshing inconsistencies

3. site i designed wont auto refresh - Adobe Dreamweaver

4. Site not loading - Refresh?

My site is now refreshing every two seconds = not viewable, according to my ISP 
and they don't know why. They noticed a refresh tag on on index.html. I looked 
at the code and there is a meta refresh tag right at the top. But that tag 
exists on all of the sites I develop with no problem. The site ws working fine 
until I migrated it to another server. I took this code for granted, not 
knowing what it does.    <meta http-equiv="refresh" 
content="1;URL=filename/index.html">

 Can anyone offer insight here?  

 R


5. Site Problem, Refreshing when page is loaded - Adobe Dreamweaver

6. Refreshing site with new field in database

If you have an existing 'application' (insert/update/delete transactions) and 
you add a field to the database, is there another alternative other than 
recreating these pages? A tutorial? 
 php/mysql - CS3

7. using refresh button on the menu bar to refresh two frames. - ASP

8. Help Please: Can a basic html form drop-down control be refreshed without refreshing the whole page?