How do I use the cookie container with RestSharp and ASP.NET sessions?
I’d like to be able to call an authentication action on a controller and if it succeeds, store the authenticated user details in the session.
I’d like to be able to call an authentication action on a controller and if it succeeds, store the authenticated user details in the session.