Trying to develop the best way to get NHibernate ISession in a free validation validator. The problem is that ISession is registered according to the web request, and validators are registered as monophonic according to the best performance recommendations. This, obviously, leads to the fact that problems with ISession are removed before it is needed.
Any tips that really appreciate trying to avoid passing in a container instance
Chev source share