Same Application Variables name in different websites on the same server.
Hi,
I have two websites in the same server that use both their own Application.cfm file.
In each Application.cfm file is defined the application variable Application.DB
In website1 the Application.DB = DB1
In website2 the Application.DB = DB2
Since I'm studying Application.CFC solution, and I did read that application variables with same name have as scope the entire server ... I'm a bit worried. This happen also with Application.CFM ?
