1 write to _options
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
51
_options
= options.Value;
4 references to _options
Microsoft.AspNetCore.Session (4)
SessionMiddleware.cs (4)
64
var cookieValue = context.Request.Cookies[
_options
.Cookie.Name!];
79
var establisher = new SessionEstablisher(context, cookieValue,
_options
);
85
feature.Session = _sessionStore.Create(sessionKey,
_options
.IdleTimeout,
_options
.IOTimeout, tryEstablishSession, isNewSessionKey);