I'm looking for a definitive answer on this. I was unable to find something definitive looking on my web.
Is it strictly a no no to use the Session in a WebAPI REST service?
Why does every example I see use Async/Await? (What is the advantage of this given each request already lives in its own thread?)
Thanks in advance!