diff --git a/pylons_app/lib/base.py b/pylons_app/lib/base.py --- a/pylons_app/lib/base.py +++ b/pylons_app/lib/base.py @@ -16,4 +16,4 @@ class BaseController(WSGIController): try: return WSGIController.__call__(self, environ, start_response) finally: - pass + meta.Session.remove()