Application variable not getting set on page

2006-06-12 Thread Dave Phillips
Hi, I'm having a problem getting an application variable to be set when it's followed by a cflocation. MX 6.1 is the version we're on. Here's the code: cflock scope=application type=exclusive timeout=10 cfset application.global.query_cache_times.flush = true /cflock cflocation url=some

RE: Application variable not getting set on page

2006-06-12 Thread Ben Nadel
me the gangster of love. -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 9:08 AM To: CF-Talk Subject: Application variable not getting set on page Hi, I'm having a problem getting an application variable to be set when it's followed

Re: Application variable not getting set on page

2006-06-12 Thread James Holmes
This should work. Are you sure the page to which you redirect is using the same cfapplication tag as this page? On 6/12/06, Dave Phillips [EMAIL PROTECTED] wrote: Hi, I'm having a problem getting an application variable to be set when it's followed by a cflocation. MX 6.1 is the version