How To Using Sessions and HttpContext in ASP.NET Core and MVC Core
BestASPNETHostingReview.com | If you’re new to ASP.NET Core or MVC Core, you’ll find that sessions don’t work the way they used to. Here’s how to get up and running the new way. Add Session NuGet Package Add the Microsoft.AspNetCore.Session NuGet package to your project. VERSION WARNING: As you’ll find with most Microsoft.* packages, you should[…]