Hi folks, I noticed that in the new version of the BFGAlchemy sample app, the transaction manager is used to clear out the session after the transaction is done. I'm wondering whether there is anything wrong with cleaning the session by call Session.remove() in the INewRequest subscriber directly ( I'm not using repoze.tm, yet! ) and having it do so at the beginning of each request instead of at the end.
thanks Iain
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev