By servers do you mean separate instances of the Tango server? Instances of the Tango server don't share memory and therefore they won't share variables in any scope. I'm speaking only about Tango <= 2000 - it might be different in Witango >= 5.
On Wed, 2 Apr 2003, Kevin Quinn wrote: > This is what I have for domainscopekey: <@CIPHER action=hash > str='<@LOWER <@DOMAIN>>'> > So, if I had 2 servers runing on the same machine, the domain key should > be exactly the same (and it is), but the second sever still cannot see > variables that the first server has placed in the domain scope. > > -----Original Message----- > From: Jesse Parker [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 2:11 PM > To: WiTango List > Subject: Re: Witango-Talk: Domain scope variables > > > Kevin, domain variables are keyed on domainScopeKey, which defaults to a > hash of <@CGIPARAM SERVER_NAME> (I think.) If you want domain scope > variables to be shared across different virtual webservers, change the > domainScopeKey to a constant (e.g. "1".) > > On Wed, 2 Apr 2003, Kevin Quinn wrote: > > > Can someone go over the subtleties of domain scope variables and how I > > > can share them across 2 servers? I swear this used to work, but after > > a change in the name of my machine, these variables are no longer > > shared. Any insight? > > > > > > ______________________________________________________________________ > > __ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
