/SampleApplication/ColdBox3/test/Application.cfc
http://github.com/bobsilverberg/ValidateThisColdBoxPlugin · ColdFusion CFScript · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 0275b7f02ed72ebe27259687df2ebad0 MD5 · raw file
- <cfcomponent output="false">
- <!--- APPLICATION CFC PROPERTIES --->
- <cfset this.name = "UnitTestSuite" & hash(getCurrentTemplatePath())>
- <cfset this.sessionManagement = true>
- <cfset this.sessionTimeout = createTimeSpan(0,0,30,0)>
- <cfset this.setClientCookies = true>
- </cfcomponent>