ISessionStore Interface

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

Syntax

public interface ISessionStore
interface Microsoft.AspNetCore.Session.ISessionStore

Methods

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