Author |
Topic: browser cache and website updates (Read 1566 times) |
|
Jo-Ann
Guest

|
Despite 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.
|
|
Logged |
|
|
|
Support Staff
YaBB Administrator
    
 Meow!

Gender: 
Posts: 1133
|
 |
Re: browser cache and website updates
« Reply #1 on: Mar 17th, 2011, 5:44am » |
Quote Modify
|
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">
|
|
Logged |
|
|
|
|