Lucee Tag Reference
<cfapplication>
Defines scoping for an application, enables or disables storing client variables,
and specifies a client variable storage mechanism.
By default, client variables are disabled. Also, enables session variables and sets timeouts
for session and application variables. Session and application variables are stored in memory.
Body
This tag can't have a body.
Example
<cfapplication [action=create|update] [applicationtimeout=timespan] [authcookie=struct] [blockedextforfileupload=string] [bufferoutput=boolean] [cachedafter=timespan] [cachefile=string] [cachefunction=string] [cachehttp=string] [cacheinclude=string] [cacheobject=string] [cachequery=string] [cacheresource=string] [caches=struct] [cachetemplate=string] [cachewebservice=string] [cgireadonly=boolean] [clientcluster=boolean] [clientmanagement=boolean] [clientstorage=string] [clienttimeout=timespan] [componentpaths=any] [compression=boolean] [customtagpaths=any] [datasource=object] [datasources=struct] [debuggingdatabase=boolean] [debuggingdump=boolean] [debuggingexception=boolean] [debuggingimplicitaccess=boolean] [debuggingqueryusage=boolean] [debuggingtemplate=boolean] [debuggingthread=boolean] [debuggingtimer=boolean] [debuggingtracing=boolean] [defaultdatasource=object] [enablenullsupport=boolean] [ftp=struct] [functionpaths=any] [invokeimplicitaccessor=boolean] [javasettings=struct] [locale=locale] [localmode=string] [loginstorage=cookie|session] [logs=struct] [maillistener=any] [mailservers=array] [mappings=struct] [name=string] [nullsupport=boolean] [onmissingtemplate=object] [ormenabled=boolean] [ormsettings=struct] [precisemath=boolean] [proxy=struct] [psq=boolean] [querylistener=any] [regex=any] [requesttimeout=timespan] [resourcecharset=String] [s3=struct] [sameformfieldsasarray=boolean] [sameurlfieldsasarray=boolean] [scopecascading=String] [scriptprotect=string] [searchimplicitscopes=boolean] [searchresults=boolean] [securejson=boolean] [securejsonprefix=string] [serializationsettings=struct] [sessioncluster=boolean] [sessioncookie=struct] [sessionmanagement=boolean] [sessionstorage=string] [sessiontimeout=timespan] [sessiontype=cfml|j2ee] [setclientcookies=boolean] [setdomaincookies=boolean] [showdebug=boolean] [showdoc=boolean] [showmetric=boolean] [suppressremotecomponentcontent=boolean] [tag=struct] [timezone=timezone] [triggerdatamember=boolean] [typechecking=boolean] [variableusage=string] [webcharset=String] [wstype=string] [xmlfeatures=struct] ... >
This tag is also supported within cfscript
<cfscript> application [action=create|update] [applicationtimeout=timespan] [authcookie=struct] [blockedextforfileupload=string] [bufferoutput=boolean] [cachedafter=timespan] [cachefile=string] [cachefunction=string] [cachehttp=string] [cacheinclude=string] [cacheobject=string] [cachequery=string] [cacheresource=string] [caches=struct] [cachetemplate=string] [cachewebservice=string] [cgireadonly=boolean] [clientcluster=boolean] [clientmanagement=boolean] [clientstorage=string] [clienttimeout=timespan] [componentpaths=any] [compression=boolean] [customtagpaths=any] [datasource=object] [datasources=struct] [debuggingdatabase=boolean] [debuggingdump=boolean] [debuggingexception=boolean] [debuggingimplicitaccess=boolean] [debuggingqueryusage=boolean] [debuggingtemplate=boolean] [debuggingthread=boolean] [debuggingtimer=boolean] [debuggingtracing=boolean] [defaultdatasource=object] [enablenullsupport=boolean] [ftp=struct] [functionpaths=any] [invokeimplicitaccessor=boolean] [javasettings=struct] [locale=locale] [localmode=string] [loginstorage=cookie|session] [logs=struct] [maillistener=any] [mailservers=array] [mappings=struct] [name=string] [nullsupport=boolean] [onmissingtemplate=object] [ormenabled=boolean] [ormsettings=struct] [precisemath=boolean] [proxy=struct] [psq=boolean] [querylistener=any] [regex=any] [requesttimeout=timespan] [resourcecharset=String] [s3=struct] [sameformfieldsasarray=boolean] [sameurlfieldsasarray=boolean] [scopecascading=String] [scriptprotect=string] [searchimplicitscopes=boolean] [searchresults=boolean] [securejson=boolean] [securejsonprefix=string] [serializationsettings=struct] [sessioncluster=boolean] [sessioncookie=struct] [sessionmanagement=boolean] [sessionstorage=string] [sessiontimeout=timespan] [sessiontype=cfml|j2ee] [setclientcookies=boolean] [setdomaincookies=boolean] [showdebug=boolean] [showdoc=boolean] [showmetric=boolean] [suppressremotecomponentcontent=boolean] [tag=struct] [timezone=timezone] [triggerdatamember=boolean] [typechecking=boolean] [variableusage=string] [webcharset=String] [wstype=string] [xmlfeatures=struct]...; </cfscript>
Attributes
This tag has a fixed definition of attributes (see below). In addition it allows to use any additional attribute
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
action | string | No | create | action for the data set: |
applicationtimeout | timespan | No | Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of application variables. The default value is specified in the Variables page of the Lucee Administrator. |
|
authcookie | struct | No | cfauthorization cookie behaviour | |
blockedextforfileupload | string | No | A comma separated list of file extensions that will be blocked for File Upload operation | |
bufferoutput | boolean | No | if set to true (default) the output written to the body of the tag is buffered and in case of an exception also outputted. if set to false the content to body is ignored and not disabled when a failure in the body of the tag occur. |
|
cachedafter | timespan | No | set the timespan for the attribute "cachedAfter" from tag "query". | |
cachefile | string | No | name of the cache used to store data from file operations | |
cachefunction | string | No | name of the cache used for function caching in this context | |
cachehttp | string | No | name of the cache used to store data from a http tag | |
cacheinclude | string | No | name of the cache used to store data from an include | |
cacheobject | string | No | name of the cache used for object caching in this context | |
cachequery | string | No | name of the cache used for query caching in this context | |
cacheresource | string | No | name of the cache used to store data from ram resource in this context | |
caches | struct | No | A structure that contains cache definitions. | |
cachetemplate | string | No | name of the cache used for template caching in this context | |
cachewebservice | string | No | name of the cache used to store data from webservice calls | |
cgireadonly | boolean | No | true | if set to true, the CGI Scope is readonly. |
clientcluster | boolean | No | if set to true, lucee uses the storage backend for the client scope as master and Lucee checks for changes in the storage backend with every request, if set to false (default), the storage is only used as slave, lucee only initially gets the data from the storage. Ignored for storage type "memory". |
|
clientmanagement | boolean | No | Yes or No. Enables client variables. Default is No. | |
clientstorage | string | No | Specifies how Lucee stores client variables: |
|
clienttimeout | timespan | No | Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of client variables. The default value is specified in the Variables page of the Lucee Administrator. |
|
componentpaths | any | No | Contains component paths. | |
compression | boolean | No | Enable compression (GZip) for the Lucee Response stream for text-based responses when supported by the client (Web Browser). | |
customtagpaths | any | No | Contains custom tag paths. | |
datasource | any | No | alias for default datasource | |
datasources | struct | No | A structure that contains datasources definitions. | |
debuggingdatabase | boolean | No | Log debugging information from the queries in the request | |
debuggingdump | boolean | No | Log debugging information from the dump tag in the request | |
debuggingexception | boolean | No | Log debugging information from the exceptions in the request | |
debuggingimplicitaccess | boolean | No | Log debugging information about unscoped variables accessed in the request | |
debuggingqueryusage | boolean | No | Log debugging information about which columns in queries are used the request | |
debuggingtemplate | boolean | No | Log debugging information about templates used in the request | |
debuggingthread | boolean | No | Log debugging information about threads used in the request | |
debuggingtimer | boolean | No | Log debugging information from the timer tag in the request | |
debuggingtracing | boolean | No | Log debugging information from the trace tag in the request | |
defaultdatasource | any | No | the default datasource for this environment | |
enablenullsupport | boolean | No | ||
ftp | struct | No | A struct that defines default ftp settings, this settings can be overwritten as part of the ftp file path, the following keys are supported: |
|
functionpaths | any | No | Array or String list of paths where you have your functions. | |
invokeimplicitaccessor | boolean | No | alias for triggerDataMember | |
javasettings | struct | No | a struct to define dynamically java libraries the following keys are supported |
|
locale | locale | No | Sets the country/language locale for CFML processing. The locale value determines the default format of date, time, number, and currency values, according to language and regional conventions. |
|
localmode | string | No | Defines how the local scope of a function is invoked when a variable with no scope definition is used (default value set in the Lucee administrator). |
|
loginstorage | string | No | storage for the login data: |
|
logs | struct | No | A structure that contains log definitions. | |
maillistener | any | No | ||
mailservers | array | No | Array of structs that defines the mailserver configuration. Each struct configures one mailserver. Struct keys used for smtp configuration are: |
|
mappings | struct | No | A structure that contains mappings. Each element in the structure consists of a key and a value. The logical path is the key and the absolute path is the value. |
|
name | string | No | The name of your application. This name can be up to 64 characters long. Required for application and session variables, optional for client variables |
|
nullsupport | boolean | No | enable or disable full null support | |
onmissingtemplate | any | No | closure/udf executed when the requested template does not exist | |
ormenabled | boolean | No | Specifies whether ORM should be enabled for the current application context.The default is false. | |
ormsettings | struct | No | A struct that defines all the ORM settings, the following keys are supported: |
|
precisemath | boolean | No | If set to true Lucee increases memory size for arithmetic operations and numbers. This improves the accuracy of floating point calculations. |
|
proxy | struct | No | general proxy that should be used for all connections with the following format: {server:"localhost", port:12345, username:"susi", password: "sorglos"} |
|
psq | boolean | No | preserve single quote in injected variables into cfquery. | |
querylistener | any | No | ||
regex | any | No | allow to define a struct containing the configuration for regular expressions, ATM only the key "engine" is supported, with the possible values [java,perl] to choose the regex dialect. |
|
requesttimeout | timespan | No | Sets the amount of time Lucee will wait for a request to finish before a request timeout will be raised. This means that the execution of the request will be stopped. | |
resourcecharset | String | No | character set used for reading from/writing to various resources | |
s3 | struct | No | A struct that defines default S3 settings, this settings can be overwritten as part of the S3 file path, the following keys are supported: |
|
sameformfieldsasarray | boolean | No | Default False When true, form fields with the same name will be combined into an array. This only works via Application.cfc |
|
sameurlfieldsasarray | boolean | No | Default False When true, url fields/parameters with the same name will be combined into an array. This only works via Application.cfc |
|
scopecascading | String | No | Depending on this setting Lucee scans certain scopes to find a variable called from the CFML source. This will only happen when the variable is called without a scope. (Example: #myVar# instead of #variables.myVar#), the following values are supported: |
|
scriptprotect | string | No | Specifies whether to protect variables from cross-site scripting attacks. You may specify the string value also as a comma seprated list to fine tune protection. |
|
searchimplicitscopes | boolean | No | alias to the attribute "scopeCascading", takes a boolean value where true is equal to "standard" and false is equal to "struct" scope cascading mode. For details see the description for the attribute "scopeCascading". |
|
searchresults | boolean | No | When a variable has no scope defined (Example: #myVar# instead of #variables.myVar#), Lucee will also search available resultsets if this is set to true. | |
securejson | boolean | No | A Boolean value that specifies whether to add a security prefix in front of the value that a function returns in JSON-format in response to a remote call. |
|
securejsonprefix | string | No | The security prefix to put in front of the value that a function returns in JSON-format in response to a remote call if the secureJSON setting is true. | |
serializationsettings | struct | No | ||
sessioncluster | boolean | No | if set to true, lucee uses the storage backend for the session scope as master and Lucee checks for changes in the storage backend with every request, if set to false (default), the storage is only used as slave, lucee only initially gets the data from the storage. Ignored for storage type "memory". |
|
sessioncookie | struct | No | A struct that defines session cookie behaviour. The following keys are supported: |
|
sessionmanagement | boolean | No | Yes or No. Yes enables session variables. Default is No. | |
sessionstorage | string | No | Specifies how Lucee stores session variables: |
|
sessiontimeout | timespan | No | Enter the CreateTimeSpan function and values in days, hours, minutes, and seconds, separated by commas, to specify the lifespan of session variables. The default value is specified in the Variables page of the Lucee Administrator. |
|
sessiontype | string | No | Lucee provide 2 kind of sessions: Default value is defined in the Lucee Web Administrator. "j2ee" can not use a session storage. |
|
setclientcookies | boolean | No | Yes or No. Yes enables client cookies. Default is Yes. If you set this attribute to "No", Lucee does not automatically send the CFID and CFTOKEN cookies to the client browser; you must manually code CFID and CFTOKEN on the URL for every page that uses Session or Client variables. |
|
setdomaincookies | boolean | No | Yes or No. Sets the CFID and CFTOKEN cookies for a domain, not just a single host. Applications that are running on clusters must set this value to Yes. The default is No. |
|
showdebug | boolean | No | Show debug output at the end of the webpage or not. | |
showdoc | boolean | No | Show documentation output at the end of the webpage or not. | |
showmetric | boolean | No | Show metric output at the end of the webpage or not. | |
suppressremotecomponentcontent | boolean | No | Suppress content written to response stream when a Component is invoked remotely. Only works if the content was not flushed before. | |
tag | struct | No | tags/attributes default value in the following structure: #{location:{addToken=false}}# |
|
timezone | timezone | No | change the timezone definition for the current application context. | |
triggerdatamember | boolean | No | If there is no accessible data member (property, element of the this scope) inside a component, Lucee searches for available matching "getters" or "setters" for the requested property. The following example should clarify this behaviour. "somevar = myComponent.propertyName". If "myComponent" has no accessible data member named "propertyName", Lucee searches for a function member (method) named "getPropertyName". |
|
typechecking | boolean | No | true | If disabled, Lucee ignores type definitions with function arguments and return values |
variableusage | string | No | how to handle variable usage within cfquery, possible values are ignore,warn,error | |
webcharset | String | No | character set used for output streams, form-, url-, and cgi scope variables and reading/writing the header | |
wstype | string | No | webservice type used, this can be one of the following values |
|
xmlfeatures | struct | No | Allows to set XML Features to prevent XXE attacks |