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 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272111 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

