Hi,

If we are using the WCF intergration with Nhibernate do we need to register the WebSupportModule in Web.config?

The point I'm getting at is does LogicalThreadContext.SetStorage(new HybridContextStorage()) need to be done somewhere? Or is this just necessary if you are using OpenSessionInView in a web app?

I'm using declarative transaction management (and session per transaction for nhibernate).

cheers,
Jordan.