Ninject supports binding in Request Scope, like Bind<X>().To<Y>().InRequestScope()
.
Is it possible to bind in Web Session scope? Requests have HttpContext.Current.Session.SessionID
after all.
Ninject supports binding in Request Scope, like Bind<X>().To<Y>().InRequestScope()
.
Is it possible to bind in Web Session scope? Requests have HttpContext.Current.Session.SessionID
after all.