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".


-----Original Message-----
From: David Huyck [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 10, 2000 5:06 PM
To: Fusebox
Subject: Re: Idea?


ACK!!!

> two types of globals, though. One is globally available to ONE user
> (session, client); the other is globally available to ALL users
> (application, server, request). Make sense?

REQUEST IS ONLY AVAILABLE TO ONE USER!!!

----------------------------------------------------------------------------
--
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.

------------------------------------------------------------------------------
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