On 11/27/04 2:07 PM, "Roland Dumas" <[EMAIL PROTECTED]> wrote:

> 
> I have an application that will end up living in more than one domain. I
> have the application path defined as /forum/
> 
> When I install the application in the second domain, the app variables are
> shared between the two domains. I don't want that. I want each domain's
> /forum/ application to have it's own set of app scope variables.
> 
> How do I keep them separate?
> 
> Do I need to specify a domain in the app definition? How?
> Should I be including part of the absolute path? Such as
> /~firstdomain/forum/ ?
> 

Everything I'm reading indicates that application scope is more restrictive
than domain scope, as in a subset of domain that has the specified file
path. For me, it's behaving like a custom scope: a variable set in one
domain's application is there in another, and if deleted in one, it's
deleted in all. 

There must be a trick to make it behave...


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to