Defines the scope of a CFML application and allows you to set various application specific settings. Consider using Application.cfc instead of Application.cfm files.
<cfapplication>
component { /* Application.cfc */ this.name="myAppName"; }
cookie
cookie
session
false
true
false
registry
cookie
registry
datasource_name
true
true
false
false
true
false
false
true
false
none
all
form
url
cookie
cgi
form,url
form,url,cookie
form,url,cookie,cgi
true
false
true
false
true
false
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.