DistributedSessionStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |