Barry Lemon
Member since May 27, 2015
- Profile: /members/12673-barry-lemon.htm
- Comments: 2
Recent Blog Comments By Barry Lemon
-
Reading Environment Variables In ColdFusion
Posted on Jun 1, 2015 at 10:42 AM
@Ben, Agreed. I think that running onServerStart() wouldn't help, since CF would still have the same environment. I work on intranet applications. We do find using server scope helpful in our environment. Essentially the variables defined there are treated as constants, and we all have to play ... read more »
-
Reading Environment Variables In ColdFusion
Posted on May 27, 2015 at 10:12 AM
Nice article! I was bugged when I first started learning ColdFusion that I couldn't easily get at the environment variables, but I guess I learned to deal with my disappointment. Using this idea with onServerStart() might be handy in some cases, say if there are environment variables that would be... read more »