'Session is always NULL in OwinContext
I have a method on controller which is anonymous and doesn't need authentication. so on browser we are calling that method before token call (OWIN token implementation) and set session in this method which we will need in our token call but the problem is session is always null in GrantResourceOwnerCredentials method. session is configurable on that api because I can get that session in normal controller method. any idea how can we get that session on token call ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
