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 You could also use the "expires" header, which is in fact preferred Browser docs have more info

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 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: > > > You could als

Re: Cache flush

2004-10-24 Thread Jochem van Dieten
James Holmes wrote: > > > 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 Cache-Control header is in fact preferred. > S

RE: Cache flush

2004-10-24 Thread James Holmes
You could also use the "expires" header, which is in fact preferred Browser docs have more info e.g. http://support.microsoft.com/kb/q234067/ -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED] Sent: Sunday, 24 October 2004 9:38 To: CF-Talk Subject: RE: Cache flush

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 i

Re: Cache flush

2004-10-24 Thread Josh
ECTED] >Sent: Sunday, 24 October 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:

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

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 for a

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

Cache flush

2004-10-23 Thread CFDEV
Hi, once someone changed a parameter on a site (the parameter is stored in a session variable) I would like to flush the person's cache cause even if I change the value of the session variable, some display element stays the same.. Is it possible to do this? cause if i refresh it's ok, if I flush