By using a little Java  you can get at other app values but its all
dependent how CF runs ontop of Java, and since most consider this a
secruity threat it might be dealt with in new version of CF, heres a
code snippet:
<cfset appname = 'App1'>
<cfset appObj =
createObject("java","coldfusion.runtime.ApplicationScopeTracker")>
<cfset apps = appObj.getApplicationScope(appname)>
<!--- All application part locks --->  
<cfset app1_load=StructFind(apps,"load")>

Adam Haskell
Sr Developer
Parts Express

Brook Davies wrote:

>If you have two <cfapplications> on a server, can you share values between
>apps? Can I ask, from app2, if app1.application.load is "true" ?
>
>Brook
>
>
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to