Has anyone considered, demoed or implemented a session-affinity mechanism in mod_scgi? In other words, once a "session" has been instantiated for a user from an SCGI process, all future requests in that session will be handled by the same process. (Definition of "session" is intentionally vague, since I'm fishing.) Alternately, has anyone used mod_session (a seemingly-untested session-affinity module for Apache) in conjunction with mod_scgi? I do have a case where such a technique might simplify numerous other issues, and let a simple solution trump an overengineered one. Thanks, -- Graham