Oh, come on, Hal, that is really misleading.  Sure, the ability to use the request 
scope is available to all users (regardless of whether client or session management is 
being used), but that does NOT mean that, if you and i hit the same page at the same 
time, my request-scope variables will ever be confused with yours.

Request-scope variables live only as long as a single HTTP request, and belong only to 
that single HTTP request.

At 5:44 PM -0400 10/10/00, Hal Helms wrote:
>No, request is not tied to a specific user. If you doubt this, change your
>cfid or cftoken.
>
><cfapplication name="me" clientmanagement="Yes">
><cfset request.myName = "Hal">
>#request.myName#<br>
>
><cfset cftoken = "2555">
>#request.myName#
>
>In both cases, you will see "Hal"
>
>Hence, request is "available to all users".

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to