Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Savan Thongvanh
pragma="no-cache" Kevin Gilchrist [EMAIL PROTECTED] on 03/20/2001 10:26:21 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Savan Thongvanh/DSM/Seabury) Subject: Browser is caching files even when I use META tags to prevent cac hing. Hi all,

Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Greg Wolfinger
I've herd of problems like this when using IE 5.0. What browser are you testing this app on? ---=@ greg @=-- - Original Message - From: "Kevin Gilchrist" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 11:26 AM Subject: Browser is caching files even when

Re: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Nick McClure
Meat tags do not always clear the cache. It is best if this is sent as an HTTP header. cfheader name="Expires" value="#now()#" I believe is the correct syntax Also in some web servers you can add HTTP headers to all requests. If you like everything including images to not be cached this would

RE: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Ric Smith
Some of our clients had this problem and we found out it was there proxy server. Ric Smith -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:34 AM To: CF-Talk Subject: Re: Browser is caching files even when I use META tags to prevent

RE: Browser is caching files even when I use META tags to prevent cac hing.

2001-03-20 Thread Keith C. Ivey
Jack Tumlin wrote: Did your clients stop using the proxy server to get around the problem or did you come up with a fix? If the problem is related to a proxy server then nothing you do with META tags is likely to help, because proxy servers generally don't look inside HTML documents for