Re: Accessing the Application Scope of another App

2012-02-08 Thread James Holmes
Did you know you can just write a new cfapplication tag to swap to the other app, delete the key and then swap back again with a subsequent cfapplication tag? -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 9 February 2012 04:13, Brook Davies wrote: > > Hi, > > Can you guys te

Accessing the Application Scope of another App

2012-02-08 Thread Brook Davies
Hi, Can you guys tell me if this is bad practice or will lead to memory issues. I have a CF app that has the main app and an admin module, each with their own cfapplication, and application namepace. From within the admin app I need to clear some application scoped data in the main app. I do so