Hello,
The scenario is: collecting logs from a FileServer with Application Insights. Where applicable, we would like to include information such as UserName & SessionId with Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer.
And the question is: can we rely on ServerSession.Current when multiple sessions are active?
Thanks!