session-per-request implementation for WCF, NHibernate, and Ninject

前端 未结 3 1582
攒了一身酷
攒了一身酷 2021-02-08 02:25

I am trying to implement a session-per-request model in my WCF application, and I have read countless documents on this topic, but looks like there is not a complete demonstrati

3条回答
  •  生来不讨喜
    2021-02-08 02:57

    You may be able to do it by using the extension points provided in the IInstanceContextProvider Interface.

提交回复
热议问题