What is the best practice for the following situation.

I have a CFC in which I run a few queries and build a "UserInfo" structure...
This CFC is invoked as soon as the user is authenticated into the application.

I need this structure and all its' keys available in the request scope.
Is it best to scope it in the CFC, or scope the return variable into the return scope 
inside the cfinvoke tag?

I assume the issue of pointing to the variable and actually copying it come into play 
here...

TIA,

Michael Tangorre

MillenniuM Information Systems
1101 Wilson Blvd, Suite 1200
Arlington, Virginia 22209
(703) 341-1438

================================
This email contains MillenniuM Information 
Systems, LLC. privileged information.
================================
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to