RE: No cache meta tags not working

2005-03-17 Thread Dawson, Michael
MAIL PROTECTED] Sent: Thursday, March 17, 2005 2:16 AM To: CF-Talk Subject: Re: No cache meta tags not working I've not found a sure fire way to do this yet. ~| Logware (www.logware.us): a new and convenient web-based time

Re: No cache meta tags not working

2005-03-17 Thread Protoculture
I've not found a sure fire way to do this yet. >> I've got the following meta tags in the header of my doc to > >Have you tried using CFHEADER tags instead? > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruc

RE: No cache meta tags not working

2005-03-16 Thread Dave Watts
> I've got the following meta tags in the header of my doc to > prevent the page from caching, but the page is still being > cached (IE 6 and Firefox > tested): > > HTTP-EQUIV="cache-control" CONTENT="no-cache"> HTTP-EQUIV="expires" CONTENT="0"> > > I'm logging out the user, but user can

Re: No cache or page refresh

2001-11-20 Thread Douglas L. Brown
The best way to handle it is through meta data - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 12:18 PM Subject: No cache or page refresh > How do you refresh a page via code or prevent caching of a page? > > Hav

RE: no-cache

2001-03-20 Thread Kevin Gilchrist
OK, tried that, this is just developing on my own box so no proxy involved either -Original Message- From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 12:25 PM To: CF-Talk Subject: RE: no-cache I use has worked for me so far

RE: no-cache

2001-03-20 Thread Joe Sheble aka Wizaerd
I use has worked for me so far... At 11:55 AM 3/20/01 -0500, Kevin Gilchrist wrote: >Changed it and it didn't seem to make a difference > >-Original Message- >From: Savan Thongvanh [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, March 20, 2001 11:34 AM >To: CF-Talk >Subject: no-cache >

RE: no-cache

2001-03-20 Thread Kevin Gilchrist
Changed it and it didn't seem to make a difference -Original Message- From: Savan Thongvanh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 11:34 AM To: CF-Talk Subject: no-cache woopsie, http-equiv="pragma" content="no-cache" ~~~