in reply to What config info belongs where for web apps?

Configuration modules can handle info specific to application scope pretty well. But session specific information should be handled using environment variables or with some session handling modules.

Better to use a session handling module like Apache:Session.
  • Comment on Re: What config info belongs where for web apps?