/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

  1. <cfcomponent output="false">
  2. <!--- APPLICATION CFC PROPERTIES --->
  3. <cfset this.name = "UnitTestSuite" & hash(getCurrentTemplatePath())>
  4. <cfset this.sessionManagement = true>
  5. <cfset this.sessionTimeout = createTimeSpan(0,0,30,0)>
  6. <cfset this.setClientCookies = true>
  7. </cfcomponent>