In this post I’ll describe a mechanism to manage nhibernate session following the widely known patter “session-per-request”. Introduction The session-per-request pattern is very well defined and widely used; as follows A single Session and a single database transaction implement the processing of a particular...