It's not so much an issue with CF and AOL as much as it's an issue with the
world and AOL.

AOL's proxy servers cache pages in an EXTREMELY agreesive manner. Any site
with dynamic content, or authentication requirements is at risk of
corruption or security breaches unless every measure possible is taken to
tell AOL's proxies NOT to cache the page.

The following headers should be sent with every request:

<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">

So far, this has worked to prevent problems caused by AOL's proxies on my
sites. Be warned, however, that AOL's evil engineers occasionally tweak the
servers to defeat such measures. (It's cheaper for them to cache everything
than it is to buy proper bandwidth)

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

-----Original Message-----
From: Tara Riley [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 28, 2000 08:03
To: CF-TALK
Subject:


This is a multi-part message in MIME format.

------=_NextPart_000_000F_01BFB101.5BF8D120
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Does anyone know of any issues or problems with CF 4.51 and AOL users??

------=_NextPart_000_000F_01BFB101.5BF8D120
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2><SPAN class=3D578420215-28042000>Does =
anyone know of=20
any issues or problems with CF 4.51 and AOL=20
users??</SPAN></FONT></DIV></BODY></HTML>

------=_NextPart_000_000F_01BFB101.5BF8D120--

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