Depending on how it's done, it certainly can. It's perfectly possible to make a number of independent AJAX calls rapidly and since they will all return whenever they feel like finishing they may run at the same time, so locking session scope access can become more important in this scenario.
On 4/7/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > Does the use of AJAX also make race conditions more likely? > > ----- Original Message ---- > From: James Holmes <[EMAIL PROTECTED]> > To: CF-Talk <[email protected]> > Sent: Friday, April 6, 2007 8:04:20 AM > Subject: Re: Session timeout problems > > > If you aren't using frames (or any other techniques that could request > multiple pages in the same session simultaneously), then session scope > race conditions are very unlikely. > > On 4/6/07, Jason Dunaway <[EMAIL PROTECTED]> wrote: > > > I do use cflock throughout the site, but not when creating a "user" session > > variable via setting up a component object. I guess my thinking was that > > when I create a user session it's "per user", so conflicts/deadlocks > > wouldn't be common. I > > -- > mxAjax / CFAjax docs and other useful articles: > http://www.bifrost.com.au/blog/ > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274761 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

