Greetings, just need some help to understand how CF works in regards to 
variables. 

Can CF might mix-up the variables, unless the variables are in the session? 

Is this sufficient?

<cfset var = GetAuthUser()>

or should I say

<cfset session.var = GetAuthUser()>

It is just a variable that is used to hold data which will be processed, but 
the data is different from user to user. Do not want to process one user's data 
in place of another. 

Appreciate it. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:351200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to