I could see issues. In thinking about standard app flow, the app is instantiated, calling onApplicationStart (where most of your application vars would get created), the onSessionStart, and only then onRequestStart. In that model, reffing the request scope in your application vars would always cause a problem, since the request vars would not yet exist.
Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer ____________ http://cutterscrossing.com Co-Author "Learning Ext JS 3.2" Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book "The best way to predict the future is to help create it" On 5/1/2012 2:33 PM, Brook Davies wrote: > Hey Guys, > > > > While I know its not best practice, I am setting some variables in the > request scope that are then referenced by several application scoped CFCs. > Can this lead to collisions? I am seeing some strange errors that only > happen when I run multiple requests at the same time and seem to involve the > request scoped data. Could this potentially be the issue? > > > > Brook > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350950 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

