1 implementation of Create
Microsoft.AspNetCore.Session (1)
DistributedSessionStore.cs (1)
33public ISession Create(string sessionKey, TimeSpan idleTimeout, TimeSpan ioTimeout, Func<bool> tryEstablishSession, bool isNewSessionKey)
1 reference to Create
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
85feature.Session = _sessionStore.Create(sessionKey, _options.IdleTimeout, _options.IOTimeout, tryEstablishSession, isNewSessionKey);