<cfcomponent hint="Hanles the application events and setup."> <!--- Define application. ---> <cfset THIS.ApplicationName = "Session Test" /> <cfset THIS.ApplicationTimeout = CreateTimeSpan( 0, 0, 5, 0 ) /> <cfset THIS.SessionManagement = true /> <cfset THIS.SessionTimeout = CreateTimeSpan( 0, 0, 5, 0 ) /> <cfset THIS.SetClientCookies = true /> <!--- Define request. ---> <cfsetting showdebugoutput="false" enablecfoutputonly="true" /> </cfcomponent>