I have created a session in MVC Controller, but now i have to use that session in other ApiController. The problem is the context of MVC Controller is different from ApiController, so is there any way to send current Session information from MVC Controller to ApiController?
My current session contains UserID and Username