A bit hefty, but it's the technically correct method, and one of the few
that will AOL's proxies will pay attention to:

<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: AustralianAccommodation.com Pty. Ltd.
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 20:45
To: [EMAIL PROTECTED]
Subject: Preventing Browsers Cacheing a .cfm file


This is a multi-part message in MIME format.

------=_NextPart_000_00C4_01C0039A.5121F240
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Is the a code that will successfully prevent a  .cfm page from being =
cached on a users browser that will work effectively across browsers


Kind Regards

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Website: www.AustralianAccommodation.com
Email: [EMAIL PROTECTED]

------=_NextPart_000_00C4_01C0039A.5121F240
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.2722.2800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Is the a code that will successfully =
prevent a =20
.cfm page from being cached on a users browser that will work =
effectively across=20
browsers</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Kind Regards</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Claude Raiola=20
(Director)<BR>AustralianAccommodation.com Pty. Ltd.<BR>Website: <A=20
href=3D"http://www.AustralianAccommodation.com">www.AustralianAccommodati=
on.com</A><BR>Email:=20
<A=20
href=3D"mailto:[EMAIL PROTECTED]">Director@AustralianA=
ccommodation.com</A></FONT></DIV></BODY></HTML>

------=_NextPart_000_00C4_01C0039A.5121F240--

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

Reply via email to