Re: [WSG] how to force a cache bypass?

2012-08-03 Thread David Hucklesby
(See below) On 8/2/12 9:50 PM, James Ducker wrote: Second that. If you can version the filenames that's definitely the most sure-fire way to make sure users don't cache old copies. James On 3 August 2012 14:39, Emmanuel Negri mailto:nna...@gmail.com>> wrote: Sometimes a random query stri

Re: [WSG] how to force a cache bypass?

2012-08-02 Thread James Ducker
Second that. If you can version the filenames that's definitely the most sure-fire way to make sure users don't cache old copies. James On 3 August 2012 14:39, Emmanuel Negri wrote: > Sometimes a random query string does not work. > > Changing the filename itself works 100% of the time. > > Eg

Re: [WSG] how to force a cache bypass?

2012-08-02 Thread Emmanuel Negri
Sometimes a random query string does not work. Changing the filename itself works 100% of the time. Eg. style-.css Manu On 03/08/2012, at 1:25 PM, James Ducker wrote: > Append some junk querystring to the end of the URL, like > example.com/index.html?20120803132400. Every time it changes, s

Re: [WSG] how to force a cache bypass?

2012-08-02 Thread James Ducker
Append some junk querystring to the end of the URL, like example.com/index.html?20120803132400. Every time it changes, stuff will be refreshed. Wouldn't really recommend doing it for regular pages because it makes the URLs look messy, but if you're trying to refresh scripts or images, go nuts. Jam

Re: [WSG] how to force a cache bypass?

2012-07-20 Thread Rob Crowther
On 20/07/2012 17:47, coder wrote: How can I make a web page appear as the latest version in all browsers, i.e., perform a cache bypass? And I don't mean for me - I mean for all visitors to the page? Is it possible? ?? Once it's cached in the browser there's not much you can do about it, the br

Re: [WSG] how to force a cache bypass?

2012-07-20 Thread Danny Vose
2012 5:47 PM Subject: [WSG] how to force a cache bypass? OK, this isn't about standards, but it's more interesting than knowing that folk are not in the office . . . How can I make a web page appear as the latest version in all browsers, i.e., perform a cache bypass? And I d

[WSG] how to force a cache bypass?

2012-07-20 Thread coder
OK, this isn't about standards, but it's more interesting than knowing that folk are not in the office . . . How can I make a web page appear as the latest version in all browsers, i.e., perform a cache bypass? And I don't mean for me - I mean for all visitors to the page? Is it possible? ??