On 7/17/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Tuesday 17 Jul 2007, [EMAIL PROTECTED] wrote: > > Although he said he'd heard you didn't need to lock j2ee session variables. > > Oh dear... > <cfset session.inaccurateCountOfPagesViewed = > session.inaccurateCountOfPagesViewed + 1 /> > :-)
Of course, one could argue that a stat like that may not be important enough for a lock. If you were simply reporting your pages viewed then you could can probably just not worry about it. -- =========================================================================== Raymond Camden, Camden Media Email : [EMAIL PROTECTED] Blog : ray.camdenfamily.com AOL IM : cfjedimaster ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283904 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

