RE: [Phplib-users] How to disable browser caching
Brought to you by:
nhruby,
richardarcher
|
From: Layne W. <la...@if...> - 2002-03-28 19:40:30
|
> how do you avoid the browser messages for pages that that were created > from form posts? > > every browser handles form posts and caching a bit > differently, so there > is no way to guarantee not getting the message. Setting PHPLIB to > no-cache will still come up with error messages when going > back to pages > that were created from form posts (like the phplib login page). The short answer - I can't prevent stupid browser behaviour so in this case I don't bother trying. The mainstream modern browsers (and many well-designed older ones, as well) do not have a problem. As was mentioned before, the problems do not exist in every browser. I don't remember the results of my tests anymore, but old Netscape browsers were the primary culprit in this bit of browser programming stupidity. (What flawed logic justified preventing me from viewing source of a post-created page?) Layne Weathers Ifworld Inc. |