8 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Strange caching prob...
FromSent OnAttachments
john spurling28 Mar 2008 15:41 
Michael Bayer28 Mar 2008 16:12 
john spurling28 Mar 2008 16:55 
Michael Bayer28 Mar 2008 17:02 
Graham Dumpleton28 Mar 2008 20:54 
Michael Bayer28 Mar 2008 21:19 
Lukasz Szybalski29 Mar 2008 08:11 
john spurling31 Mar 2008 15:08 
Subject:[sqlalchemy] Re: Strange caching problem with Apache
From:Michael Bayer (mike@zzzcomputing.com)
Date:03/28/2008 05:02:03 PM
List:com.googlegroups.sqlalchemy

On Mar 28, 2008, at 7:56 PM, john spurling wrote:

I added debugging to get id(session) and len(list(session)). The session id is unique every time, and len(list(session)) is 0. I also called session.clear() before using it. Unfortunately, the caching behavior persists.

Any other suggestions? Thank you very much for your time and help!

if its zero, then the Session isnt caching. Something is going on HTTP/process-wise.