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