Re: Application Scoped CFC's and the Request Scope

2012-05-02 Thread Steve 'Cutter' Blades
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

Application Scoped CFC's and the Request Scope

2012-05-01 Thread Brook Davies
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 i