If people already have cached pages, then they will remain cached, because they won't have gotten the new headers. Probably not the case though, since browsers should clear their cache periodically, even without being told to by the page.. Are you outputting the correct time? Your timezone is GMT, that where you're at? If it's not, then your timestamp is going to be wrong, because of time zone offsets. A safer bet is probably to just set it to the current time, a few days ago.
HTH, barneyb > -----Original Message----- > From: Matt Kornguth [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 03, 2003 9:05 AM > To: CF-Talk > Subject: Strange caching issue > > > 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

