> No offense, but it sounds like urban legend to me.  Assuming it's properly
> implemented, the "Single Threaded Sessions" option should only have a
> significant effect in situations where two ColdFusion requests
> are being made at the same time within the same session, i.e. when two
> browser framed windows are loaded at once.   Even on a framed site, this
> would be a relatively rare event.
>
> I've never heard a convincing argument for locking session
> variable access.
> The only exception I make is when I don't have control of the CF
> Administrator settings.

I make it a point to ensure Locking is in for all Server, Client and Session
variables - better safe than sorry

You never know what they might do in future releases that may impact on your
code - why risk it

It's like I never do <cfset "form.#FieldName#"=myValue> anymore - I always
use SetVariable

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to