(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]

