Question
Using multiple Application.cfm files
Hello,
I have a few sections on a web site. In the root I set up the application name, path root, time outs, etc. I have an admin folder off the root with it's own Application.cfm file and I'd like to carry in some values from the root Application.cfm file (ex: path root).
My question is, is it possible to bring in values from other Application.cfm files up the folder structure? It's my belief CF stops looking for other Application.cfm files once it either finds one in the current folder, or as it goes up the ladder. The reason I want to do this is to prevent having to set site-wide values in multiple Application.cfm files.
I have a few sections on a web site. In the root I set up the application name, path root, time outs, etc. I have an admin folder off the root with it's own Application.cfm file and I'd like to carry in some values from the root Application.cfm file (ex: path root).
My question is, is it possible to bring in values from other Application.cfm files up the folder structure? It's my belief CF stops looking for other Application.cfm files once it either finds one in the current folder, or as it goes up the ladder. The reason I want to do this is to prevent having to set site-wide values in multiple Application.cfm files.
