1 instantiation of DistributedSession
Microsoft.AspNetCore.Session (1)
DistributedSessionStore.cs (1)
38
return new
DistributedSession
(_cache, sessionKey, idleTimeout, ioTimeout, tryEstablishSession, _loggerFactory, isNewSessionKey);
4 references to DistributedSession
Microsoft.AspNetCore.Session (4)
DistributedSession.cs (4)
41
/// Initializes a new instance of <see cref="
DistributedSession
"/>.
79
_logger = loggerFactory.CreateLogger<
DistributedSession
>();
424
private sealed class DistributedSessionDebugView(
DistributedSession
session)
426
private readonly
DistributedSession
_session = session;