MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual page 76

Developing coldfusion mx applications
Table of Contents

Advertisement

Scope
Prefix
prefix
required to
(type)
reference
Cffile
Yes
Cookie
No
Client
No
Session
Yes
Application Yes
Server
Yes
Flash
Yes
Arguments
No
This
Yes
(function
Prohibited
local, no
prefix)
76
Chapter 3: Using ColdFusion Variables
Where available
Following an invocation of
.
cffile
For one client in one or more
applications and pages, over
multiple browser sessions.
For one client in one
application, over multiple
browser sessions.
For one client in one
application and one browser
session. Surround all code
that uses application variables
in
cflock
blocks.
For multiple clients in one
application over multiple
browser sessions. Surround
all code that uses application
variables in
blocks.
cflock
To any page on the
ColdFusion server. Surround
all code that uses server
variables in
blocks.
cflock
A ColdFusion page or
ColdFusion component called
by a Flash client.
Within the body of a user-
defined function or
ColdFusion component
method.
Within a ColdFusion
component or the body of a
user-defined function that was
created using the
cffunction
tag and put in an
object, structure, or scope. In
the containing page, through
the component instance or
containing object.
Within the body of a user-
defined function or
ColdFusion component
method, only while the
function executes.
Created by
A
tag.
cffile
A
cfcookie
tag. You can also set
memory-only cookies by specifying
the prefix Cookie when you create
the variable.
Specifying the prefix Client when
you create the variable.
Specifying the prefix Session when
you create the variable.
Specifying the prefix Application
when you create the variable.
Specifying the prefix Server when
you create the variable.
The ColdFusion Client access. You
assign a value to Flash.You can
assign values to the Flash.result and
Flash.pagesize variables.
The calling page passing an
argument in the function call.
Within the component or function
by specifying the prefix This when
you create the variable.
In the containing page, by
specifying the component instance
or object that contains the function
as a prefix when you create the
variable.
In the function or method definition,
a
keyword in a
cfset
var
CFScript
statement.
var
tag or a

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents