> On page 76 of CF4 BOS (Books on Shelf)
> "Developing Web Applications with ColdFusion"
> I find the following:
>
> "Session variables work exactly as client variables do,
> in that they require a client name (client ID) and are
> always scoped within that client ID."
>
> This sounds like my_variable needs to be referred to
> as session.my_client_ID.my_variable, but I don't believe
> this is the case.
As you know, this is not the case. My guess is that the book is describing
what's going on "under the covers", so to speak. Both session and client
variables use a unique identifying token returned by the client with each
page request, and only clients which return a specific value for that token
will be able to reference the variables that correspond to the token's
value.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.