On 6/8/07, Ravi Gehlot <[EMAIL PROTECTED]> wrote:
> Like SESSION variables...SERVER variables go from server to server

No they do not.

A server variable is limited to the server instance on which it is set.

Note: server *instance* - not even physical server. Server variables
apply to a server instance, of which you can have several on a single
server.

Session variables are also bound to a single server instance - unless
you explicitly enable both clustering *and* session replication - AND
you have an application with the same name on each server in the
cluster.

I think a lot of people have some fundamental misunderstandings about
how / why session replication works.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280536
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to