Correct me if I am wrong that as long as the expires time, is anything in the past will flush the cache.
And have always used the date of 1900-01-01 and it always appeared to work for me, now you have me curious whether it actual is or not. On 3/9/07, Matt Quackenbush <[EMAIL PROTECTED]> wrote: > > Wow. Thanks for posting the solution. I had been working with the exact > same issue, and had used everything you just posted except for > GetHttpTimeString(). Nothing I tried was working either, but your find is > working beautifully for me as well. > > > Matt > > > I think I solved the issue by adding server side headers: > > > > <cfheader name="cache-control" value="no-cache, no-store, > must-revalidate" > > /> > > <cfheader name="cache-control" value="post-check=0, pre-check=0" > /> > > <cfheader name="expires" value="#GetHttpTimeString(Now())#"> > > <cfheader name="last-modified" value="Mon, 26 Jul 1997 08:00:00 > > GMT" > > /> > > <cfheader name="pragma" value="no-cache" /> > > > > and it seems it worked > > > > Victor > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272124 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

