You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
With NLog users can log session values (e.g. to file).
In ASP.NET4 this works well, but with this library we have the following issues:
DistributedSession.Load
andDistributedSession.LoadAsync
also writes log messages - we have made a work around this.System.InvalidOperationException: Session has not been configured for this application or request.
How do we check (without writing a log message) if the session is available/configured, so that we can prevent these issues?
Related #99, https://github.com/NLog/NLog.Extensions.Logging/issues/28
The text was updated successfully, but these errors were encountered: