++ Neil Schemenauer wrote on Thu, Jul 17, 2003 at 05:42:14PM -0400 : > On Thu, Jul 17, 2003 at 09:16:37PM +0200, Van der Merwe HJ <13361562@sun.ac.za> wrote: > have some way of sharing session information between processes. We use > ZODB and it makes the problem trivial. You could use some other > database or roll your own solution. > > Perhaps some of the other people on the list can explain how they > implement session management. I suspect most people use some sort of > database. Hmm, I wonder if Quixote should include code for implementing > a simple session database. any non trivial web app needs this code, its also a super example of how to use ZODB in a webapp. some higherlevel session managment would be nice too, perhaps a hook for functions that get called by a scheduler chris