On Wed, 2004-06-02 at 08:12, Jeff Rush wrote: > Hi, I'm digging into Quixote as a simple way to package some dynamic > sites but I need login capability. Simplicity is key, and the reason I > chose Quixote. > > Initially I tried mod_python as the simpliest but found that I needed to > modify mod_python_handler.py to subclass SessionPublisher. Did that but > then hit the wall that the multi-process model of Apache confuses the > session key database, in that each process has a different view. If you're using Apache 2.0 (which I assume you are) you can always try using the 'worker' MPM module with a 'StartServers' set to 1. -- Shahms King