aspnet / Session

[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
126 stars 66 forks source link

Use TryAdd for ISessionStore service #208

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

2755. This is the recommended pattern to allow users to override services without worrying about their call order.