Struct
BSUCCESS
number0
ERRCODE
string0
ERRDETAIL
string
ERREXTENDEDINFO
string
ERRMESSAGE
stringkey [CFC] doesn't exist
ERRTAGCONTEXT
Array
1
Struct
codePrintHTML
string386: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br> 387: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Set&nbsp;up&nbsp;a&nbsp;blank&nbsp;session.user&nbsp;so&nbsp;we&nbsp;can&nbsp;do&nbsp;quicker&nbsp;authentication&nbsp;checks&nbsp;throughout&nbsp;the&nbsp;site<br> <b>388: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;createObject('component','#application.cfc#.user').init();</b><br> 389: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;now();<br> 390: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string386: try { 387: // Set up a blank session.user so we can do quicker authentication checks throughout the site 388: session.user = createObject('component','#application.cfc#.user').init(); 389: session.started = now(); 390:
column
number0
id
string??
line
number388
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:388)
template
stringC:\inetpub\www.AllPhaseElectricTX.com\wwwroot\Application.cfc
type
stringcfml
ERRTYPE
stringexpression
Struct
BSUCCESS
number0
ERRCODE
string0
ERRDETAIL
string
ERREXTENDEDINFO
string
ERRMESSAGE
stringkey [CFC] doesn't exist
ERRTAGCONTEXT
Array
1
Struct
codePrintHTML
string386: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br> 387: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;Set&nbsp;up&nbsp;a&nbsp;blank&nbsp;session.user&nbsp;so&nbsp;we&nbsp;can&nbsp;do&nbsp;quicker&nbsp;authentication&nbsp;checks&nbsp;throughout&nbsp;the&nbsp;site<br> <b>388: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;createObject('component','#application.cfc#.user').init();</b><br> 389: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;now();<br> 390: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string386: try { 387: // Set up a blank session.user so we can do quicker authentication checks throughout the site 388: session.user = createObject('component','#application.cfc#.user').init(); 389: session.started = now(); 390:
column
number0
id
string??
line
number388
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:388)
template
stringC:\inetpub\www.AllPhaseElectricTX.com\wwwroot\Application.cfc
type
stringcfml
2
Struct
codePrintHTML
string432: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 433: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!structKeyExists(session,&quot;user&quot;))&nbsp;{<br> <b>434: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.onSessionStart();</b><br> 435: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 436: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string432: 433: if (!structKeyExists(session,"user")) { 434: this.onSessionStart(); 435: } 436:
column
number0
id
string??
line
number434
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:434)
template
stringC:\inetpub\www.AllPhaseElectricTX.com\wwwroot\Application.cfc
type
stringcfml
ERRTYPE
stringexpression