In MVC 5, there is Identity 2.0 to handle user and login and signout .
But if i want to implement my custom login and authentication and store user detail for the current session.
How to implement? Suggestion?
I will have User Model different from default User of MVC 5.