2 writes to IOTimeout
Microsoft.AspNetCore.Session.Tests (2)
SessionTests.cs (2)
752
IOTimeout
= TimeSpan.FromSeconds(0.5)
914
IOTimeout
= TimeSpan.FromSeconds(0.5)
1 reference to IOTimeout
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
85
feature.Session = _sessionStore.Create(sessionKey, _options.IdleTimeout, _options.
IOTimeout
, tryEstablishSession, isNewSessionKey);