I've the same problem like that question: http://stackoverflow.com/questions/1807485/wcf-call-fails-because-underlying-connection-was-closed But I could not get it to work with the answer 2. As Sandor says, "before the WCF service response is sent, it always closes all NHibernate sessions.", well that's good but for me it must clean the session to null, because in next request it returns that sessión closed.
Could anyone help me? If I'm wrong, could anyone tech me how to use the WcfSessionFacility.
I'm trying to use an strongly typed client proxy generated by , from a winform application, comunication with a web application where that services lives.