I used this on a site I built for R&D.  It worked on everything except
Safari on a Mac.  Well, it worked on everything I tested it on.  IE, NN7
and FF.  I included this in my HTML head area.


<!--- This page adds the common refresh code that works with IE, Mozilla
and Netscape. --->

<!--- Calculate a new "Last-Modified" date/time for the HTTP header.
--->
<!--- This will help in expiring pages on AOL and certain browsers. --->
<cfset GMT = GetTimeZoneInfo()>
<cfset GMT = GMT.UTCHourOffset>
<cfif GMT EQ 0>
   <cfset GMT = "">
<cfelseif GMT GT 0>
   <cfset GMT = "+" & GMT>
</cfif>

<meta http-equiv="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" CONTENT="no-cache">
<meta http-equiv="Cache-Control"
content="no-cache,no-store,must-revalidate">
<meta http-equiv="Content-Language" content="en-US">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<cfheader name="Last-Modified" value="#DateFormat(now(), 'ddd, dd mmm
yyyy')# #TimeFormat(now(), 'HH:mm:ss')# GMT #gmt#">
<cfheader name="Expires" value="06 Nov 1994 08:49:37 GMT">
<cfheader name="Pragma" value="no-cache">
<cfheader name="Cache-Control"
value="no-cache,no-store,must-revalidate">


M!ke

-----Original Message-----
From: Protoculture [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 17, 2005 2:16 AM
To: CF-Talk
Subject: Re: No cache meta tags not working

I've not found a sure fire way to do this yet.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to