Don't hold your breath on getting a response from AOL. Even when they used
to respond, the context of the response was essentially, "tough luck, it's
your problem."

To prevent AOL from caching your pages, place the following statements in
your application.cfm page:

<CFSET gmt = gettimezoneinfo()>
<CFSET gmt = gmt.utcHourOffset>
<CFIF gmt EQ 0>
        <CFSET gmt = "">
<CFELSEIF gmt GT 0>
        <CFSET gmt = "+" & gmt >
</CFIF>
<CFHEADER NAME="Pragma" VALUE="no-cache">
<CFHEADER NAME="Cache-Control" VALUE="no-cache, must-revalidate">
<CFHEADER NAME="Last-Modified" VALUE="#dateformat(now(), 'ddd, dd mmm
yyyy')# #timeformat(now(), 'HH:mm:ss')# GMT#gmt#">
<CFHEADER NAME="Expires" VALUE="Mon, 26 Jul 1997 05:00:00 GMT">



Michael J. Sheldon
Internet Applications Developer
Phone: 480.699.1084
http://www.desertraven.com/
PGP Key Available on Request

-----Original Message-----
From: Robert Everland III [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 18, 2000 21:42
To: [EMAIL PROTECTED]
Subject: Webmaster for webmaster.aol.com


        Ok I know the issue for compatibility with AOL and ColdFusion always comes
up and I have put as many things that have been recommended in there as I
can. Here is my question I wish to pose to the webmaster for the domain name
mentioned. Why does AOL not cache .asp pages and .cgi pages but will cache
.cfm pages, ColdFusion has been out longer than .asp and the site you list
all of this info on is even written in ColdFusion. Do you not have any say
in what gets cached. There is no where else for me to write to because the
page doesn't have an email address for the webmaster, so please excuse me
for anyone reading this. I am just frustrated to no end. I try to make an
awesome application and now it gets all screwed up because aol likes .asp
better. Anyone who has some input please respond.

Bob Everland

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to