/wheels/events/onsessionstart.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 1bcfee2282aac8307fbf24c69e0d9051 MD5 · raw file
- <cffunction name="onSessionStart" returntype="void" access="public" output="false">
- <cfscript>
- $simpleLock(execute="$runOnSessionStart", name="wheelsReloadLock", type="readOnly", timeout=180);
- </cfscript>
- </cffunction>
-
- <cffunction name="$runOnSessionStart" returntype="void" access="public" output="false">
- <cfscript>
- $initializeRequestScope();
- $include(template="#application.wheels.eventPath#/onsessionstart.cfm");
- </cfscript>
- </cffunction>