On Thu, 28 Apr 2005 16:46:00 +0400, "Louis Suarez-Potts" <[EMAIL PROTECTED]> said: > >http://www.justis.com/support/faq-cache.html#firefox > > > thanks. But I meant is there something we could write into our pages > that forces a user's firefox to refresh its cache? >
<meta http-equiv="Pragma" content="No-Cache" /> This could do it. It tells the browsers that cache shouldn't be used, but the request should be made directly to the server. It's HTTP-EQUIV which means that it's meant for the server. In other words: server configuration that the server catches from the XHTML code (like Content-Type and all that). So check that the server is really reading these META tags. Don't know how this works in practice though. :) I think the cache-or-no-cache choice should be made by the user agent, not the server (??). > best > Louis > Miikka Leskinen miles_fin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
