In my MVC application, when user login, I am saving all user details such as user name, user id, etc in session variables. This user id has to access in Web API controller because I want to get some details based on user id. How can I achieve this kind of requirement?
Babu