RE: [Phplib-users] How to disable browser caching
Brought to you by:
nhruby,
richardarcher
|
From: Carl Y. <cyo...@le...> - 2002-03-28 19:22:19
|
Point taken, though I think you'd be surprised at how many sites that do a lot more than show pictures of someone's cat don't do this level of error checking, which is probably why all sorts of cross-site scripting security holes are showing up these days. If you are this thorough with your error-checking, good for you. > -----Original Message----- > From: Layne Weathers [mailto:la...@if...] > Sent: Thursday, March 28, 2002 12:09 PM > To: 'Carl Youngblood'; php...@li... > Subject: RE: [Phplib-users] How to disable browser caching > > > > There are cases where the url perhaps indicates a database > record that > > has already been deleted, or some other change in data state has > > occurred, so it is not possible to recreate the page or > else it would > > be venturing into undefined territory to do so. Rather than worry > > about all these possiblities it would be easier just to keep them > > from going back to stale pages. > > > Easier, but never better. It might be okay if I was showing > off pictures of my cat, but we charge for professional-level > web apps, so they damn well better be checking every piece of > data. I take validation and data integrity _very_ seriously; > in some pages, the validation accounts for more than half of the code. > > Layne Weathers > Ifworld Inc. > |