| TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 46: if(!check) systemOutput("SessionManager: Length check failed: " & arrayLen(decoded_parts) & " - " & decoded, true);<br>
47: <br>
<b>48: var hash_check = hash(decoded_parts[3] & variables.salt);</b><br>
49: if(check && decoded_parts[2] != hash_check) systemOutput("SessionManager: Hash check failed: " & decoded_parts[2] & " != " & hash_check, true);<br>
50: check = check && (decoded_parts[2] == hash_check);<br>
|
| | codePrintPlain | | string | 46: if(!check) systemOutput("SessionManager: Length check failed: " & arrayLen(decoded_parts) & " - " & decoded, true);
47:
48: var hash_check = hash(decoded_parts[3] & variables.salt);
49: if(check && decoded_parts[2] != hash_check) systemOutput("SessionManager: Hash check failed: " & decoded_parts[2] & " != " & hash_check, true);
50: check = check && (decoded_parts[2] == hash_check);
|
| | column | | | id | | | line | | | Raw_Trace | | string | com.util.sessionmanager_cfc$cf.udfCall(/com/util/SessionManager.cfc:48) |
| | template | | string | /opt/websites/live/ROOT/com/util/SessionManager.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 87: <!--- validate session ---><br>
88: <cfif structKeyExists(cookie,"rbid")><br>
<b>89: <cfset sessionManager.checkUserSession(cookie.rbid)></b><br>
90: <cfelse><br>
91: <cfset sessionManager.clear()><br>
|
| | codePrintPlain | | string | 87: <!--- validate session --->
88: <cfif structKeyExists(cookie,"rbid")>
89: <cfset sessionManager.checkUserSession(cookie.rbid)>
90: <cfelse>
91: <cfset sessionManager.clear()>
|
| | column | | | id | | | line | | | Raw_Trace | | string | handlers.main_cfc$cf.udfCall1(/handlers/main.cfc:89) |
| | template | | string | /opt/websites/live/ROOT/handlers/main.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 101: appEventHandler = createObject("component", this.paths.handlers & this.mainHandler).init(reqState);<br>
102: if(resetApp) startApplication(appEventHandler); // handle application initialization and re-initialization<br>
<b>103: if(structKeyExists(appEventHandler,"onRequestStart")) appEventHandler.onRequestStart();</b><br>
104: runEventHandler(reqState); // execute requested event<br>
105: if(structKeyExists(appEventHandler,"onRequestEnd")) appEventHandler.onRequestEnd();<br>
|
| | codePrintPlain | | string | 101: appEventHandler = createObject("component", this.paths.handlers & this.mainHandler).init(reqState);
102: if(resetApp) startApplication(appEventHandler); // handle application initialization and re-initialization
103: if(structKeyExists(appEventHandler,"onRequestStart")) appEventHandler.onRequestStart();
104: runEventHandler(reqState); // execute requested event
105: if(structKeyExists(appEventHandler,"onRequestEnd")) appEventHandler.onRequestEnd();
|
| | column | | | id | | | line | | | Raw_Trace | | string | core.coreapp_cfc$cf.udfCall(/core/coreApp.cfc:103) |
| | template | | string | /opt/websites/live/ROOT/core/coreApp.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 10: <cftry><br>
11: <!--- Invoke controller ---><br>
<b>12: <cfset app.onRequestStart()></b><br>
13: <br>
14: <!--- Render view ---><br>
|
| | codePrintPlain | | string | 10: <cftry>
11: <!--- Invoke controller --->
12: <cfset app.onRequestStart()>
13:
14: <!--- Render view --->
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:12) |
| | template | | string | /opt/websites/live/ROOT/index.cfm |
| | type | |
|
|