The Microsoft.AspNetCore.Session package provides middleware for managing session state. Add the following heightened line in your Startup.cs Following line of code is needed to set the session value. To get the session value
Tag: ASP.NET CORE SESSION MANAGEMENT
