DistributedSessionStore Class

Definition

An ISessionStore backed by an IDistributedCache.

public ref class DistributedSessionStore : Microsoft::AspNetCore::Session::ISessionStore
public class DistributedSessionStore : Microsoft.AspNetCore.Session.ISessionStore
type DistributedSessionStore = class
    interface ISessionStore
Public Class DistributedSessionStore
Implements ISessionStore
Inheritance
DistributedSessionStore
Implements

Constructors

DistributedSessionStore(IDistributedCache, ILoggerFactory)

Initializes a new instance of DistributedSessionStore.

Methods

Create(String, TimeSpan, Func<Boolean>, Boolean)
Create(String, TimeSpan, TimeSpan, Func<Boolean>, Boolean)

Create a new or resume an ISession.

Applies to