CFAPPLICATION

Defines scoping for a Cold Fusion application and enables or disables storing client variables in the system registry. By default, client variables are disabled. CFAPPLICATION is typically used in the Application.cfm file to set defaults for a specific Cold Fusion application.

CFCOL
Attribute

Description

NAME

The name you want to give your application.

CLIENTMANAGEMENT

Controls whether or not to enable storing client variables in the system registry. Enter YES or NO. Defaults to NO.

Example

<CFAPPLICATION NAME="DataEntry" CLIENTMANAGEMENT="YES">