Have the following code in my application.cfm: <cfheader name="expires" value="#dateformat(now(),'ddd dd mmm yyyy')# #timeformat(now(),'hh:mm:ss')# GMT"> <cfheader name="pragma" value="no-cache"> <cfheader name="cache-control" value="no-cache, no-store, must-revalidate">
This code worked fine on my development server, but after promoting to production server, pages continue to cache. Made no code changes after promoting the files. Is there anything server-specific I should be looking at? Any insights would be greatly appreciated. Regards, Matt Kornguth BLR.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

