1 reference to SessionKeyLength
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
66
if (string.IsNullOrWhiteSpace(sessionKey) || sessionKey.Length !=
SessionKeyLength
)