good as a browser's commitment to enforce/interpret them.
IE's loose tolerance of improper code has created an entire breed of
crappy coders, and billions of pages of crappy code. ("Documented"
crappy code is OK ;) )
Ultimately, ideals get tossed out of the way of deliverables.
-Dov
_____
From: Peter Tilbrook [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 8:01 AM
To: CF-Talk
Subject: RE: Fresh Page Each Time??
That's like telling a browser to ignore the Eolas ruling against
Microsoft
(which they will appeal). Not all browsers treat all things the
same. I
nearly fixed a "bug" in an application today until I realised
that - as an
"intranet" application - the only browser that would ever get a
look in
would be IE. Crappy coding yes but it worked for IE so I left it
alone (but
documented the issue of course).
-----Original Message-----
From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED]
Sent: Friday, 16 January 2004 11:37 PM
To: CF-Talk
Subject: RE: Fresh Page Each Time??
Cache-Control: no-cache
Pragma: no-cache
Expires: Mon, 06 Jan 1990 00:00:01
That's the point of HTTP-EQUIV... It's meant to tell the browser
to
treat the content as equivalent to the server sending a header.
However, browsers have the responsibility of honoring that, so
it's
probably better to shove this into the server response via
CFHEADER. It
helps with some popular webcache proxies. Your call...
-Dov
_____
From: Hugo Ahlenius [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 7:34 AM
To: CF-Talk
Subject: RE: Fresh Page Each Time??
In addition to meta tags, you should set the http headers to not
cache
it (by using cfheader). You have to look up what those headers
are... :)
-------------------------------------------------------------
Hugo Ahlenius E-Mail: [EMAIL PROTECTED]
Project Officer Phone: +46 8 230460
UNEP GRID-Arendal Fax: +46 8 230441
Stockholm Office Mobile: +46 733 467111
WWW: http://www.grida.no
-------------------------------------------------------------
| -----Original Message-----
| From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED]
| Sent: Friday, January 16, 2004 13:26
| To: CF-Talk
| Subject: RE: Fresh Page Each Time??
|
| Did you add expires and cache-control into it also?
|
|
| <META HTTP-EQUIV="Expires" content="Mon, 06 Jan 1990 00:00:01
| GMT"> <META HTTP-EQUIV="Cache-Control" content="no-cache">
|
|
| in addition to pragma.
|
| -Dov
###########################################
This message has been scanned by F-Secure Anti-Virus for
Microsoft
Exchange.
For more information, connect to http://www.F-Secure.com/
_____
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

