Almost all problems with AOL are caused by their over-aggressive caching
proxies.
The following lines will prevent most cache-related problems with AOL (Best
placed in a global include, or Application.cfm):
<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
http://www.desertraven.com/
Make a fast friend, adopt a greyhound!
-----Original Message-----
From: Richard Kern [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 20, 2000 15:17
To: '[EMAIL PROTECTED]'
Subject: AOL and CF sites [CF-Talk]
All,
I have an paid interactive site, all CF with database queries and tests, it
seems that people using AOL keep getting bumped off, and other glitches seem
to happen. Enough that it causes extreme frustration. Even then the
customer won't move to a regular ISP. The question is what is that AOL does
in their world that causes so much grief in mine? Any insight? Is this
resolveable? Are AOL and CF incompatible?
Thanks,
Richard
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.mail-archive.com/[email protected]/
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.