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
I have implemented per request session lifetime with the help of IDispatchMessageInspector.
Probably you could implement custom lifetime manager for Ninject to achieve per web request.