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

Fix #163 #198

Closed hishamco closed 6 years ago

Tratcher commented 7 years ago

This is the same as what the last guy tried and it caused lots of null refs. https://github.com/aspnet/Session/pull/196/files

The failure code path likely needs to initialize the collection as well.

hishamco commented 7 years ago

Yep, that's what I doing right now on my laptop, I will update this PR now ..

Tratcher commented 6 years ago

Closing until someone comes up with the right fix.