If it's a session variable, scope it as such. Otherwise, use the appropriate
scope of the variable you're working with, such as:

URL variables: URL.blah

FORM variables: FORM.blah

Regular variables: VARIABLES.blah

Application variables: APPLICATION.blah

etc...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 27, 2000 4:54 PM
To: [EMAIL PROTECTED]
Subject: RE: Milking every last drop of CF performance...


Let me re-state my question.

Do I scope all variables such as
"blah", that are not otherwise
scoped, as "session.blah" ?

Or is there some other scope I
should use?

best,  paul


At 06:35 PM 7/27/00 +0100, you wrote:
> > >Scope all the variables that you can.
> > So what does this mean?
> >
> > Call all variables session.variable1
> > instead of variable1 ?  (For non-scoped
> > vars).
>
>It's more than just session variables - scope ALL variables.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to