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