On Wed, Feb 1, 2012 at 1:55 PM, Mike Chabot <[email protected]> wrote:
> One thing most developers neglect to do when using lots of session > variables is making the session code thread safe, which takes a > relatively high skill and experience level to accomplish. Unless you > see a lot of cflock tags to mitigate the possible problems, a site > with 1000 simultaneous users and 250 session variables might have > random problems that could be traced back to the use of session > variables. This is largely false since the release of CF6. Race conditions being the primary exception. -Cameron ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349724 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

