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.
<CFAPPLICATION NAME="DataEntry" CLIENTMANAGEMENT="YES">