in reply to Re^2: What config info belongs where for web apps?
in thread What config info belongs where for web apps?

The link describes a slightly different kind of scoping, instead of having 'machine scope', which is larger than 'application scope', the link explains about 'page scope', which is smaller than the 'request scope'. Those scopes come from my own humble experience. The most important point is that you understand the differences between each scope and what each should handle.
  • Comment on Re^3: What config info belongs where for web apps?