Hi! Question, I have several cfc's stored in server scope ( yes, I own server and it is for a intranet and I use vars ) that are the "guts" of my app. I have a pretty clear understanding of how things work except one situation.
When a call is made to a method with arguments passed in, currently I am passing in my session.user.ident ( where I store the user identity ) explicitly. I was wondering if I am able to reference the session scope implicitly in the cfc method directly without causing erroneous user.idents references. I would assume that I would have to do a lock? What kind? Or is it better to pass in the session directly into the cfc method using the arguments? Am I making sense? lol Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284271 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

