>>> [EMAIL PROTECTED] 12/04/03 01:41PM >>>

> Only if the *same* user can make multiple simultaneous requests. That's 
> unlikely. If your site uses frames (or it's an RIA) it is theoretically 
> possible that a user *might* be able to initiate two simultaneous 
> requests that *might* cause a problem.

> Remember that the session scope is unique to each user.

> Again, unlikely but it depends... If a single user can initiate 
> sufficient simultaneous requests that multi-threading on their own 
> session scope is possible, then you might need to be more aggressive 
> about locking.

It seems to me that a single user can almost always initiate simultaneous requests 
that might access the same session scope because if they do "Right click on a link -> 
Open in new window" or "File -> New Window" in IE they effectively have 2 browsers 
using the same site with the same session.  They might be clicking around in the 
second window while they wait for something to happen in the first window.

I don't know if many people worry about this, but I tend to, because I often open 
multiple browsers on the same website when I am surfing the Web.

Jon

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to