So, I am trying to introduce a user concept for my application and have my own set of custom login routines, etc., that work fine. In my module, I bind my IUserSession to my implementation and to InSingletonScope.
Now I suspect that this is so, and I was able to prove that it is not good to do this, if I try to log in with two users on the same site, I get only one data set.
If I implement MemberhipProvider, I avoid this restriction. I know that if I implement a membership provider, I donβt need to enter everything, but my login is not just a username and password, how to go about entering the system with additional data ??
asp.net-mvc-3 ninject membership-provider
Hammerstein
source share