Name

CFAPPLICATION

Synopsis

<CFAPPLICATION>

Names a ColdFusion application and controls various application settings, such as the availability of client, session, and application variables, and length of various timeouts.

Attributes

NAME=" application_name "

The name of the ColdFusion application. May contain up to 64 characters. Required.

CLIENTMANAGEMENT="Yes|No"

Enables client management for the application. Optional. Default is No.

CLIENTSTORAGE=" client_storage_type "

The client storage type for the application. Valid entries are Datasourcename (enter the data-source name), Registry, and Cookie. Optional. Default is Registry.

SESSIONMANAGEMENT="Yes|No"

Enables session management for the application. Optional. Default is No.

SESSIONTIMEOUT="#CreateTimeSpan( days , hours , minutes , seconds )#"

The timeout value for session variables in the application. Specified as an interval using the CreateTimeSpan( ) function. Optional. The default value is specified in the Variables section of the ColdFusion Administrator.

APPLICATIONTIMEOUT="#CreateTimeSpan( days , hours , minutes , seconds )#"

The timeout value for application variables. Specified as an interval using the CreateTimeSpan( ) function. Optional. The default value is specified in the Variables section of the ColdFusion Administrator.

SETCLIENTCOOKIES="Yes|No"

Enables client cookies. If cookies are disabled, the values for CFID and CFTOKEN must be passed manually from template to template in the URL. Optional. ...

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.