D, Try using:
<meta http-equiv="Refresh" content="0; URL=rotating_baby_image_preview.cfm
"> 
to force a clientside browser refresh instead.
Hth.

> -----Original Message-----
> From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 05, 2007 10:50 AM
> To: CF-Talk
> Subject: Re: CFcache how to clear browser cache
> 
> CFCACHE is server-side.  There is nothing that can be done to
> explicitly clear the client browser cache via a web page.
> 
> Try using something like this:
> 
> <cfheader name="Expires" value="#Now()#">
> <cfheader name="Pragma" value="no-cache">
> 
> which will force the browser to go to the server to get the page,
> rather than drawing from the browser cache.
> 
> On 1/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > All,
> >
> > I've got an application that changes images and when the page refreshes,
> the
> > image change doesn't replace the original and show up until I refresh
> the page.
> >
> > So I'm trying to clear the browser cache with cfcache, but it's not
> working.
> >
> > Any ideas?
> >
> > <cfcache
> >  action="flush"
> >  timespan="#CreateTimeSpan(0, 0, 0, 0)#"
> >  expireURL = "*rotating_baby_image_preview.cfm?*">
> >
> >
> > Thanks
> >
> > D
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265853
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to