RE: Caching issue

2009-07-22 Thread Jacob
: RE: Caching issue Are you using session scope for anything (like the current customer)? If so, do you have a load balancer that may have lost its sticky IP setting? (It could be that you are bouncing around your web site cluster and getting different session state on each one.) Thanks

Caching issue

2009-07-21 Thread Jacob
Setup.. 18 web servers with Windows 2003/CF7 or 2008/CF8. It appears that I am pulling up cached queries from the servers. If I pull up a movie list from a customer, I get a different customer. If I refresh the list, then the right list shows up. If I clear my cookies/cache, close the browser

Re: Caching issue

2009-07-21 Thread Alan Rother
Are you using CFCs in a shared scope, like the application scope? It could be coming from badly scoped vars inside them. This is a fairly complex problem you are asking about, providing some code samples from the offending areas would be helpful. Also, the context to which the code samples are

RE: Caching issue

2009-07-21 Thread Gaulin, Mark
-Original Message- From: Jacob [mailto:ja...@excaliburfilms.com] Sent: Tuesday, July 21, 2009 3:49 PM To: cf-talk Subject: Caching issue Setup.. 18 web servers with Windows 2003/CF7 or 2008/CF8. It appears that I am pulling up cached queries from the servers. If I pull up a movie list from

odd caching issue

2007-10-25 Thread Jim Rising
i'm having this really strange caching issue with my application on a cf8 vps... and it doesn't happen on my local at all. for some reason, portions of code that i've commented out entirely, still parse and show up in the browser... and when i put them back in, they actually duplicate

Re: odd caching issue

2007-10-25 Thread Tom Chiverton
On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote: if i put that code back in, the menu and logo literally will duplicate. How are you editing/uploading changes ? -- Tom Chiverton Helping to confidentially unleash leading-edge e-services on: http://thefalken.livejournal.com

Re: odd caching issue

2007-10-25 Thread Jim Rising
ftp. it turns out that my footer became my header. really odd, because my local copy was correct, but the remote copy had all my header code in it. no idea how that happened. -jim On 10/25/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 25 Oct 2007, [EMAIL PROTECTED] wrote: if i put

Caching issue

2004-04-22 Thread Jason Rogoz
Hey Guys/Gals I'm trying to work through what seems to be a caching issue on a production server.If i request a file, then rename the file and try to request its original name the file is not found-good.When i rename the file back to its original name, the file is still not found-bad.I've also

RE: Caching issue

2004-04-22 Thread Burns, John D
Have you checked to ensure that the browser isn't caching it?Try multiple machines? John -Original Message- From: Jason Rogoz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:26 AM To: CF-Talk Subject: Caching issue Hey Guys/Gals I'm trying to work through what seems

RE: Caching issue

2004-04-22 Thread Jason M. Rogoz
Cc: Subject: RE: Caching issue Have you checked to ensure that the browser isn't caching it?Try multiple machines? John -Original Message- From: Jason Rogoz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 11:26 AM To: CF-Talk Subject: Caching issue Hey Guys/Gals

RE: Caching issue

2004-04-22 Thread Douglas.Knudsen
] Sent: Thursday, April 22, 2004 12:54 PM To: CF-Talk Subject: RE: Caching issue I have checked on multiple machines and the issue was replicated on all of them.It looks to me like either CFMX is caching the page or IIS is caching the page somehow. Jason -Original Message- From: Burns, John

RE: Caching issue

2004-04-22 Thread Gonzo Rock
your caching settings in teh CF Admin tool.trusted cache and save class files settigns. Doug -Original Message- From: Jason M. Rogoz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 12:54 PM To: CF-Talk Subject: RE: Caching issue I have checked on multiple machines

MX6.1 obscure caching issue.

2003-09-14 Thread Peter Tilbrook
MX 6.0 had a setting in one of the configuration XML files to disable the caching of the generated java class files so that CF would generate each page request afresh. MX 6.1 appears to have the same setting but is still generating the class files in the CFCACHE folder of

RE: MX6.1 obscure caching issue.

2003-09-14 Thread Debbie Dickerson
What's set in the Administrator for the class files? Is it set there to save to disk? Server Settings Cache Settings Save Class Files -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 8:08 AM To: CF-Talk Subject: MX6.1 obscure caching

Re: MX6.1 obscure caching issue.

2003-09-14 Thread Sean A Corfield
On Sunday, Sep 14, 2003, at 05:08 US/Pacific, Peter Tilbrook wrote: MX 6.0 had a setting in one of the configuration XML files to disable the caching of the generated java class files so that CF would generate each page request afresh. The setting you refer to caused CF to save .java

RE: Strange caching issue

2003-02-12 Thread brook
-Talk Subject: Re: Strange caching issue Barney, Thanks for the reply. 1. Not on GMT (rather EST). However, both my development and production servers time settings are identical. 2. Did change expires value to same time several days ago, but still caching. Any other ideas

RE: custom tag caching issue - cache NEVER expires

2003-02-11 Thread Raymond Camden
Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:16 PM To: CF-Talk Subject: custom tag caching issue - cache NEVER expires yes

custom tag caching issue - cache NEVER expires

2003-02-10 Thread Jay Kufner
Hey everyone, I've run into a problem that I can't fix. The quick version is: I have a number of custom tags in my application that contain a variety of code. (Html output, Database queries and CFswitch statements). Once a custom tag has run, it's cached and NEVER expires. I can make a change

custom tag caching issue - cache NEVER expires

2003-02-10 Thread Jay Kufner
Hey everyone, I've run into a problem that I can't fix. The quick version is: I have a number of custom tags in my application that contain a variety of code. (Html output, Database queries and CFswitch statements). Once a custom tag has run, it's cached and NEVER expires. I can make a change

RE: custom tag caching issue - cache NEVER expires

2003-02-10 Thread Raymond Camden
ally it is. - Yoda -Original Message- From: Jay Kufner [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 2:39 AM To: CF-Talk Subject: custom tag caching issue - cache NEVER expires Hey everyone, I've run into a problem that I can't fix. The quick version is: I

Re: custom tag caching issue - cache NEVER expires

2003-02-10 Thread Sean A Corfield
I'll bet you have multiple copies of the custom tag - CFMX let's you have multiple custom tag paths and will also search the 'current' directory. You are trying to change a version that CFMX has never looked at, ever. Do a find for that filename - you will find more than one copy that CFMX is

custom tag caching issue - cache NEVER expires

2003-02-10 Thread jasonkufner
yes I've double and tripled check there is only one version of the custom tag (and as said in the first post sometimes I've deleted ALL the custom tags and it still serves it up ARGGGHHGGH) I have not tried deleting the .class files, but i did read that some people had problems with MX after

Strange caching issue

2003-02-03 Thread Matt Kornguth
Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache cfheader name=cache-control value=no-cache, no-store, must-revalidate This code worked fine on my development

RE: Strange caching issue

2003-02-03 Thread Barney Boisvert
, February 03, 2003 9:05 AM To: CF-Talk Subject: Strange caching issue Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache cfheader name=cache-control value=no-cache

Re: Strange caching issue

2003-02-03 Thread Matt Kornguth
:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 9:05 AM To: CF-Talk Subject: Strange caching issue Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache

RE: Strange caching issue

2003-02-03 Thread Eric Sheetz
: Monday, February 03, 2003 9:38 AM To: CF-Talk Subject: Re: Strange caching issue Barney, Thanks for the reply. 1. Not on GMT (rather EST). However, both my development and production servers time settings are identical. 2. Did change expires value to same time several days ago, but still

Re: Strange caching issue

2003-02-03 Thread Matt Kornguth
, February 03, 2003 9:05 AM To: CF-Talk Subject: Strange caching issue Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache cfheader name=cache-control value

Re: Strange caching issue

2003-02-03 Thread Chris Norloff
Subject: Strange caching issue Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache cfheader name=cache-control value=no-cache, no-store, must-revalidate This code

Re: Strange caching issue

2003-02-03 Thread Matt Kornguth
is going to be wrong, because of time zone offsets. A safer bet is probably to just set it to the current time, a few days ago. HTH, barneyb -Original Message- From: Matt Kornguth [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 9:05 AM To: CF-Talk Subject: Strange caching

Re: Strange caching issue

2003-02-03 Thread Matt Kornguth
To: CF-Talk Subject: Strange caching issue Have the following code in my application.cfm: cfheader name=expires value=#dateformat(now(),'ddd dd mmm ')# #timeformat(now(),'hh:mm:ss')# GMT cfheader name=pragma value=no-cache cfheader name=cache-control value=no-cache, no-store, must

Caching issue (and no, it's not trusted cache

2002-12-18 Thread Kevin Gilchrist
Hi all, I'm having a problem where an Application.cfm file that I've updated is not consistent with what's being executed. I have a request.dsn variable which was changed but the change is not reflected on the server both from observed behavior and the debug window shows request.dsn being set to

RE: Caching issue (and no, it's not trusted cache

2002-12-18 Thread Stacy Young
, December 18, 2002 3:09 PM To: CF-Talk Subject: Caching issue (and no, it's not trusted cache Hi all, I'm having a problem where an Application.cfm file that I've updated is not consistent with what's being executed. I have a request.dsn variable which was changed but the change is not reflected

RE: Caching issue (and no, it's not trusted cache

2002-12-18 Thread Kevin Gilchrist
Didn't work unfortunately. -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:16 PM To: CF-Talk Subject: RE: Caching issue (and no, it's not trusted cache This may sound strange but try deleting the cfclasses directory itself. We had