I thought you needed to lock the application scope to prevent race in 
OnSesionEnd.

<cffunction name="onSessionEnd" returnType="void">   
   <cfargument name="SessionScope" required="yes"/>   
   <cfargument name="ApplicationScope" required="yes"/>   
   <cfscript>     
   arguments.applicationScope.Sessions = arguments.applicationScope.Sessions - 
1;       
   </cfscript> 
</cffunction>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283122
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to