Re: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-25 Thread Robertson-Ravo, Neil (RX)
arily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: michael acadia <[EMAIL PROTECTED]> To: CF-Talk Sent: Fri Jul 21 20:30:52 2006 Subject: RE: cfcontent error - IE6 XP SP2 client and Win 2003 server Is the productio

Re: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-21 Thread Michael Acadia
Peter, I'm using the same cache-control values on my server for the same reason. I'll have to try removing 'no-cache, no-store'. I'm not sure how or if that would affect form submissions. Unfortunately, I'm about to take off for a week and won't have a chance to test until I get back. FWIW, her

Re: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-21 Thread Peter Legg
Michael, Yes, that's it! I added the following to the application.cfm file recently: I did it primarily to prevent those logged out from using the back button to view the previous pages. I removed "no-cache, no-store," from the last one and it works fine - still prevents the use of the b

RE: cfcontent error - IE6 XP SP2 client and Win 2003 server

2006-07-21 Thread michael acadia
Is the production server using a "Cache-Control: no-cache" HTTP header? I ran into a similar problem yesterday when opening a Word doc served by (Win2k3 server). If MS Word was closed when I tried to open the doc from the web page, the no-cache was deleting the file before Word started up - resu