

THIS.customtagpaths = "" in place of THIS.customtagpaths = THIS.welcomeFileList = "" in place of THIS.welcomeFileList = cureJSONPrefix = "//" in place of cureJSONPrefix = THIS.scriptProtect ="none" in place of THIS.scriptProtect =false THIS.loginStorage = "session" in place of THIS.loginStorage = session "ProvisionKit_15" in place of ProvisionKit_15 In addition to what the others have said: this will allow us to call any objects function without instantiating itĪer = createObject( "component", "" ) Īpany = createObject( "component", "" ) ĪPPLICATION.presentation = createObject( "component", "" ) ĪPPLICATION.library = createObject( "component", "" ) ĪpanyNodes = () Īs far as I understand it, an Application.cfc should take precedence over an Application.cfm, if present, correct? There's nothing that I need to do to make sure that the.
#Coldfusion user define session variable full
Keys are mapping names, values are full pathsĪ = 102 used to help ColdFusion work with missing files should we try to block cross-site scripting? define whether to set cookies on the browser? how long the session variables persist? define whether session variables are enabled THIS.loginStorage = "session" //cookie||session define where cflogin information should persist THIS.clientStorage = "cookie" //cookie||registry||datasource where should we store them, if enabled?

define whether client variables are enabled THIS.applicationTimeout = createTimeSpan(0,2,0,0) how long the application variables persist the application name (should be unique)
