Re: Browser Wont Reload or Refresh Page.



On Mon, 05 Sep 2005 04:24:06 -0700, Neredbojias wrote:

> With neither quill nor qualm, Larry Lindstrom quothed:
>
>> I'm using the tools a non-technical user
>> will have to browse my page. Why can't I
>> force a refresh to see the current HTML?
>
> Apparently it's refreshing the page from the cache, so clear the cache
> then change your page-cache settings.

Easiest way to prevent page caching: Firefox Web Developer Toolbar. I
listed some of the features here:
http://tips.webdesign10.com/web-developer-toolbar.htm

You just click on "Disable" and then on "Disable Cache", and the browser
will stop caching pages.

.



Relevant Pages

  • Re: [PHP] Aggressive PHP Smart Caching
    ... If it weren't for the fact that this method, as I have designed it, allows a very tiny PHP overhead to handle dynamic updating of the cache I could have even gone the extra mile to push html files that would be loaded directly by the end user without PHP being initialized at all. ... Caching on disk could easily be handled instead by caching in memory, but this approach is meant to be ultra-portable and work everywhere. ... In order to not rely on cron, server queries, or other external checks for a stale cache, I have gone with a "refresh interval" which has been proposed on this list in the past. ... This script avoids PHP date manipulations and instead performs some basic math to handle the refresh rate, but also to *sync* content to some degree, so portions of dynamic content are less likely to haphazardly refresh independently and therefore not match. ...
    (php.general)
  • Re: Browser Wont Reload or Refresh Page.
    ... With neither quill nor qualm, ... > I'm using the tools a non-technical user ... > force a refresh to see the current HTML? ... Apparently it's refreshing the page from the cache, ...
    (alt.html)
  • caching is application level or session
    ... I am using Output directive at page level for caching the page. ... If i refresh ... it does not comes from the cache.. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • [PATCH 1/2] Bcache: Version 7 - Writeback
    ... Bcache is a patch for caching arbitrary block devices with other block devices ... default sequential IO bypasses the cache. ... but the code should be fairly sane in design. ...
    (Linux-Kernel)
  • Re[2]: [PHP] dynamic -> static
    ... As I wrote already this issue is mainly because of search engines ... incompatibility with dynamic content sites (to be more exact - with ... You can cache your code using PHP Accelerator or Turck ... MM> implementing a caching layer between your application and your database. ...
    (php.general)