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
-----Original Message-----
From: Scott Weikert [mailto:[EMAIL PROTECTED]]
Sent: 18 January 2001 16:46
To: CF-Talk
Subject: Re: How to refresh screen?
One trick is to add a URL variable with some random value - even if you
don't use it on the other end. That makes the total URL different than the
one that's cached, and forces a total refresh.
----- Original Message -----
From: "George Dong" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 11:05 AM
Subject: How to refresh screen?
> Hi there,
> I tried to refresh screen when I redirect to a cf file throuth javascript
> (location.href=filename), but I can see the new content until manually
> refresh, I tried to use cfcache, but it doesn't work properly.
>
> Thanks
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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