1 instantiation of DistributedSession
Microsoft.AspNetCore.Session (1)
DistributedSessionStore.cs (1)
38return 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>(); 424private sealed class DistributedSessionDebugView(DistributedSession session) 426private readonly DistributedSession _session = session;