failed to lazily initialize a collection of role initialize proxy - no Session - hard lesson learned

coldbox 4.1 CF 11

following code in an event handler with handlerCaching=true in coldbox config.



Did anyone notice the issue right away? I didn’t var scope arraydata. I spent untold hours
looking for a entity in the session or some other config issue. When the entity was actually cached in the application scope.
Posted hoping it might help someone down the road. Scope arraydata and issue goes away on second request to function, first
request always worked fine.