Struct
BSUCCESS
number0
ERRCODE
string0
ERRDETAIL
string
ERREXTENDEDINFO
string
ERRMESSAGE
stringkey [CFC] doesn't exist
ERRTAGCONTEXT
Array
1
Struct
codePrintHTML
string368: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br> 369: &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>370: &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> 371: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;now();<br> 372: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string368: try { 369: // Set up a blank session.user so we can do quicker authentication checks throughout the site 370: session.user = createObject('component','#application.cfc#.user').init(); 371: session.started = now(); 372:
column
number0
id
string??
line
number370
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:370)
template
stringC:\inetpub\www.UbikWorks.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
string368: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try&nbsp;{<br> 369: &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>370: &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> 371: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;session.started&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;now();<br> 372: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string368: try { 369: // Set up a blank session.user so we can do quicker authentication checks throughout the site 370: session.user = createObject('component','#application.cfc#.user').init(); 371: session.started = now(); 372:
column
number0
id
string??
line
number370
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:370)
template
stringC:\inetpub\www.UbikWorks.com\wwwroot\Application.cfc
type
stringcfml
2
Struct
codePrintHTML
string422: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 423: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!structKeyExists(session,&quot;user&quot;))&nbsp;{<br> <b>424: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.onSessionStart();</b><br> 425: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 426: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string422: 423: if (!structKeyExists(session,"user")) { 424: this.onSessionStart(); 425: } 426:
column
number0
id
string??
line
number424
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:424)
template
stringC:\inetpub\www.UbikWorks.com\wwwroot\Application.cfc
type
stringcfml
ERRTYPE
stringexpression