Closed davidfowl closed 6 years ago
The session middleware should create a scope with the session id so that it's possible correlate session across multiple requests for logs.
Implementation question: do you use the cookie value or the cached session instance id. The cookie value is likely longer lived than the cache instance.
This issue was moved to aspnet/Home#2400
The session middleware should create a scope with the session id so that it's possible correlate session across multiple requests for logs.