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
You may be able to do it by using the extension points provided in the IInstanceContextProvider Interface.