[mod_python] Sessions

Jeff Davis jdavis at dynworks.com
Fri Nov 2 15:55:42 EST 2001


	I wanted to somehow inplement sessions in mod_python and I know it can 
retain data between requests. My question is: does it still have access to 
the persistant variables if a different backend answers the request? If I am 
expecting to use sessions, I would need the variables to be consistant.

	Oh, and if anyone has some experience with existing session modules I would 
be open to suggestion (I have seen a few around). I would prefer that it be 
stable and somewhat scalable (I was thinking caching to a flat file 
sequentially might not work well under all circumstances), but I don't know 
whether that is necessary anyway.

Thanks,
	Jeff



More information about the Mod_python mailing list