in reply to What config info belongs where for web apps?
Generally, I think information that changes per-hit doesn't really fit the definition of "config data". I would keep a config module limited to information that is static, and access/organize per-hit data seperately.