Clear all objects from the SQLAlchemy session at the start of each request.
authorEvan Broder <broder@mit.edu>
Sun, 21 Feb 2010 05:55:52 +0000 (00:55 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 21 Feb 2010 05:55:52 +0000 (00:55 -0500)
commit04fa949d023fdb3e9fc623cf6c5aa3d620ff1ca3
tree993b4c9bc7fb0b89d4276bbb110e04f6aa31843e
parenta2945267e85c20e2cec87ca5fb470bf51fecfada
Clear all objects from the SQLAlchemy session at the start of each request.

The SA identity mapper isn't *supposed* to be a cache, but it sure can
act like one sometimes.

svn path=/trunk/packages/invirt-web/; revision=2993
code/invirt.fcgi
code/view.py