This is what I use and it always works for me. <cfheader name="expires" value="#now()#"> <cfheader name="pragma" value="no-cache"> <cfheader name="cache-control" value="no-cache, no-store, must-revalidate">
On Sat, Jul 10, 2010 at 5:06 PM, Richard White <[email protected]> wrote: > > thanks, getting there, the following works for safari and firefox but > doesnt work for ie: > > <cfheader name="cache-control" value="no-cache, no-store, > must-revalidate"> > <cfheader name="pragma" value="no-cache"> > <cfheader name="expires" value="#getHttpTimeString(now())#"> > > <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> > <META HTTP-EQUIV="EXPIRES" CONTENT="01 Jan 1970 00:00:00 GMT"> > <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335236 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

