The larger question here is developing an understanding of the scopes
available in ColdFusion and why you would or wouldn't use them. This is a
very fundamental thing that's quite important to understand in order to
develop quality ColdFusion applications. Before continuing I'd recommend
reading the following:

Adobe ColdFusion 9 * Scope types
http://adobe.ly/KfuPoP

Adobe ColdFusion 9 * Using scopes
http://adobe.ly/KfuYsi

Adobe ColdFusion 9 * CFC variables and scope
http://adobe.ly/Kfv5E5

Hope that helps...

-Cameron

On Wed, May 16, 2012 at 9:26 AM, N kips <nich...@gmail.com> wrote:

>
> 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.


-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook <http://www.facebook.com/cameroncf> |
twitter<http://twitter.com/cameronc> |
google+ <https://profiles.google.com/u/0/117829379451708140985>


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

Reply via email to