3
votes
1answer
184 views

Visitors have old website cached in their browsers

My client's new website is example.com, the old website is example.co.uk. I've re-pointed the A Records to the new website (so as to leave the emails alone) and put in 301 redirects from old pages to ...
1
vote
1answer
133 views

Forcing browser to load new image

I have recently been doing some image replacement work for a client, he sends me the new image png files and I upload them replacing the old ones with the new ones ( keeping the same name ). I tell ...
0
votes
1answer
164 views

Clear the cache of the last visited page

I have an HTML page that has shows if a server is online of offline via an IFRAME transcluding a php file. If someone clicks on a link, like to turn the server on or off and presses the Back button ...
3
votes
1answer
108 views

Problem with browser caching images

I'm sure many site admins must deal with this sort of problem all the time, but I don't have a really good and simple solution myself. It is what happens when you overwrite an existing image on the ...
1
vote
1answer
66 views

With the following settings shown here, will there be any caching in Firefox?

browser.cache.disk.enable = false browser.cache.memory.enable = false network.http.use-cache = true With the following settings above, will there be any caching in FF? Does the disk.enable and ...
1
vote
1answer
199 views

Why does IE still save and update files in the temp folder when caching is off?

In IE I changed the cache setting to "Every time I visit the web page" However, I noticed in the directory \Local Settings\Temporary Internet Files that the files are still being stored in here ...
5
votes
1answer
1k views

Can I expect browsers to cache static content served over SSL encryption?

With all the talk about FireSheep I am thinking of switching my web applications to use full https accross the entire site. However, I am concerned about caching. I use a lot of JavaScript, CSS files, ...