[mod_python] Sessions, still

John Mudd mudd at vex.net
Mon Apr 5 07:20:14 EST 2004


I never call load(), it's apparently automatic when the session object
is created.

I suggest only instantiating once.  Why were you doing it again?  

Only call save() once at the end.  In between instantiation and load()
use it like a dictionary.  

John


On Mon, 2004-04-05 at 03:16, Colin Fox wrote:
> I'm also still curious when to use session.save() and session.load().
> 




More information about the Mod_python mailing list