Skip to main content
Known Participant
August 8, 2007
Question

<cfsilent><cfapplication

  • August 8, 2007
  • 2 replies
  • 388 views
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">
This topic has been closed for replies.

2 replies

Inspiring
August 8, 2007
If you don't put it in there around your code, then where the code is will be white space on a view source.

Fusebox does have some interesting code in it for sure.
Inspiring
August 8, 2007
cfsilent is a way to reduce the amount of white space that is generated in the html that cold fusion sends to your browser. Putting it around a cfapplication tag makes no sense to me.