RE: [Phplib-users] How to disable browser caching
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <la...@if...> - 2002-03-28 18:45:15
|
> I have seen this behavior in IE all the time. And I'm using > IE version 6.0. > There must be an official way to disable page caching because > I've seen a > lot of high profile sites, like financial sites, that show > this "page has > expired" message when clicking the back button. Yes, but why would you ever _want_ that to happen on your site? If a visitor sees a stupid browser message while on my site, then I'm not earning my paycheck. Instead, I use the no-cache feature of PHPLib's sessions to rebuild the page. Of course some browsers, like Opera, may cache the pages anyway (and I think Opera is right to keep a true history of pages seen). Any problems caused by actions taken from an obsolete page will be caught by basic data checking. Layne Weathers Ifworld Inc. |