Question
<cfsilent><cfapplication
hello,
i found these line of codes in the index.cfm
in the fusebox files.
what are they
what is it used for?
in the very first page index.cfm
<cfsilent>
<cfapplication
name="myFuseboxApp"
sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
clientmanagement="Yes">
</cfsilent>
<cfset FUSEBOX_APPLICATION_PATH = "">
<cfinclude template="fusebox4.runtime.cfmx.cfm">
i found these line of codes in the index.cfm
in the fusebox files.
what are they
what is it used for?
in the very first page index.cfm
<cfsilent>
<cfapplication
name="myFuseboxApp"
sessionmanagement="Yes"
sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
clientmanagement="Yes">
</cfsilent>
<cfset FUSEBOX_APPLICATION_PATH = "">
<cfinclude template="fusebox4.runtime.cfmx.cfm">