Implemented interface member:
property
Session
Microsoft.AspNetCore.Http.Features.ISessionFeature.Session
1 write to Session
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
85feature.Session = _sessionStore.Create(sessionKey, _options.IdleTimeout, _options.IOTimeout, tryEstablishSession, isNewSessionKey);
2 references to Session
Microsoft.AspNetCore.Session (2)
SessionMiddleware.cs (2)
96if (feature.Session != null) 100await feature.Session.CommitAsync();