I can attest that these do indeed work. A little too well in the case of my
server.  :)

I set both the Header and META tags in my Application.cfm page and they
worked like a charm.  But when we needed some images to cache, I had to
remove them.  I now only have it in the pages I need un-cached.

Russel

============================================================
  Russel Madere, Jr.         Senior Web Developer
  ICQ: 5446158               http://www.TurboSquid.com

Some days you eat the bear; some days the bear eats you.
============================================================


> -----Original Message-----
> From: Nick Betts [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 09:34
> To: CF-Talk
> Subject: RE: How to refresh screen?
>
>
> TRy this in <head> it works for me:
> <CFHEADER NAME="Expires" VALUE="Mon, 06 Jan 1990 00:00:01 GMT">
> <CFHEADER NAME="Pragma" VALUE="no-cache">
> <CFHEADER NAME="cache-control" VALUE="no-cache">
>
> <!-- meta anti cache-->
> <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">
>
> Regards,
> Nick Betts
> www.poulternet.com
>
> [snip]
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to