We all know that Webapi being a Stateless Service means sessions or state management is disabled by default.
We can use Sessions but we have to enable using Sessions in Global.asax.
If the Interviewer asks : Explain Session Management in WEBAPI, What else needs to be explained ?
Any reference or example would be appreciated.