Whatever message this page gives is out now! Go check it out!
<cffunction name="onSessionStart" returnType="void"> ... </cffunction> |
<cffunction name="onSessionStart"> <cfscript> Session.started = now(); Session.shoppingCart = StructNew(); Session.shoppingCart.items =0; </cfscript> <cflock scope="Application" timeout="5" type="Exclusive"> <cfset Application.sessions = Application.sessions + 1> </cflock> </cffunction> |