DistributedSessionStore Class

Namespace
Microsoft.AspNetCore.Session
Assemblies
  • Microsoft.AspNetCore.Session

Syntax

public class DistributedSessionStore : ISessionStore
class Microsoft.AspNetCore.Session.DistributedSessionStore

Constructors

DistributedSessionStore(Microsoft.Extensions.Caching.Distributed.IDistributedCache, Microsoft.Extensions.Logging.ILoggerFactory)
public DistributedSessionStore(IDistributedCache cache, ILoggerFactory loggerFactory)

Methods

Create(System.String, System.TimeSpan, System.Func<System.Boolean>, System.Boolean)
Return type:Microsoft.AspNetCore.Http.ISession
public ISession Create(string sessionKey, TimeSpan idleTimeout, Func<bool> tryEstablishSession, bool isNewSessionKey)