Re: Cache flush

2004-10-24 Thread Josh
2004 12:39 To: CF-Talk Subject: RE: Cache flush The browser I guess.. Patrick ~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40 Message: http

RE: Cache flush

2004-10-24 Thread CFDEV
And how do I do that? Thanks Pat -Original Message- From: Josh [mailto:[EMAIL PROTECTED] Sent: October 24, 2004 09:05 To: CF-Talk Subject: Re: Cache flush Ya, I don't think you can programatically flush a users browser cache. That just doesn't seem right. The cache

RE: Cache flush

2004-10-24 Thread James Holmes
, 24 October 2004 9:38 To: CF-Talk Subject: RE: Cache flush And how do I do that? Thanks Pat ~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners

Re: Cache flush

2004-10-24 Thread Jochem van Dieten
James Holmes wrote: cfheader name=cache-control value=no-cache You could also use the expires header, which is in fact preferred According to RFC 2616, section 14.9.3 the max-age directive in the Cache-Control header overrules the Expires header. So I would argue that using the

RE: Cache flush

2004-10-24 Thread James Holmes
Oh well, I though I was helping but now I know better. I promise not to do it again. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Sunday, 24 October 2004 10:16 To: CF-Talk Subject: Re: Cache flush James Holmes wrote: cfheader name=cache-control value

Re: Cache flush

2004-10-24 Thread Jochem van Dieten
James Holmes wrote: Oh well, I though I was helping but now I know better. When the standard is available, read the standard, don't trust somebodies interpretation of it. Not even mine :-) I promise not to do it again. The more important issue: did you fill out the feedback form on the MS

RE: Cache flush

2004-10-24 Thread CFDEV
Thanks a lot It works great. Patrick -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: October 24, 2004 09:47 To: CF-Talk Subject: RE: Cache flush cfheader name=cache-control value=no-cache You could also use the expires header, which is in fact preferred

Re: Cache flush

2004-10-23 Thread Josh
Are you talking about flushing the browser cache? or the session variable? -- Exciteworks, Inc Expert Hosting for less! *Ask for a free 30 day trial!* http://exciteworks.com Plans starting at -$12.95- including MS SQL Server! CFDEV wrote: Hi, once someone changed a parameter on a site (the

RE: Cache flush

2004-10-23 Thread CFDEV
The browser I guess.. Patrick -Original Message- From: Josh [mailto:[EMAIL PROTECTED] Sent: October 23, 2004 18:40 To: CF-Talk Subject: Re: Cache flush Are you talking about flushing the browser cache? or the session variable? -- Exciteworks, Inc Expert Hosting for less! *Ask

RE: Cache flush

2004-10-23 Thread James Holmes
You are better of using no-cache headers to prevent the page from being cached in the first place. -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Sunday, 24 October 2004 12:39 To: CF-Talk Subject: RE: Cache flush The browser I guess.. Patrick