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 url" addtoken="no">

I've been using CF for years and have seen this behavior with session variables 
but I thought that was older versions than MX 6.1.  Can anyone shed some light 
on this?  Just FYI - If I put in a cfabort after the cflock, then the 
appliation variable IS set properly, so it apparently has something to do with 
the <cflocation>  If this bug is still in MX 6.1, then is there any work around 
other than a javscript relocation?

Thanks!

Dave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to