Check this if you'll be adding code (or don't like smileys).
To confirm that you are human write OK, uppercase:: (by the way we have several filters in place and we monitor everything, so don't loose time)
shortcuts (IE and NS6 only): hit alt+s to send, alt+p to preview, or alt+r to reset
Topic Summary
Posted by: Jo-Ann
Posted on: Mar 17th, 2011, 7:23am
Despite browser caching, Is it possible for website visitors to ALWAYS see the latest updates that have been published to my website? because when I do make changes and visit the site online, I only see the changes if I refresh the browser at each page where changes were made.
But I only want visitors to see the newest additions made to the site, not old content from their previous visit to the site. (without having to refresh their browsers)
Does anyone have experience with this? Your assistance is appreciated. Thank You.
Posted by: Support Staff
Posted on: Mar 17th, 2011, 8:07am
browser cache does not last forever, so it is likely that only you, that visit your website very frequently, do have issues.
anyway, if you really want to disable the cache (imho it should not be done in most situations, this was designed for news pages, such as the BBC live news page) you can use Insert >HTML >At page start
and include this directive: <Meta Name="Pragma" Content="no-cache">
and/or this one: <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1">
Posted by: Jo-Ann
Posted on: Mar 17th, 2011, 5:06pm
Thanks for the info. the reason I ask is If I change product info. or price on an ecommerce site, I want that to be what people see when viewing the site, not the old content, (which I assume they would see if they've been on the site before, and would only see the new content if the browser is refreshed, etc. because that's how I see it after I view changes) So these codes would work for that ? will they be okay to use? Thanks again.
anyway, if you really want to disable the cache (imho it should not be done in most situations, this was designed for news pages, such as the BBC live news page) you can use Insert >HTML >At page start
and include this directive: <Meta Name="Pragma" Content="no-cache">
and/or this one: <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1">