Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Use Session in ASP.NET Core 1.0

ASP.NET developers often use Session object to store session wide data. Storing and retrieving values in the Session object is quite straightforward in ASP.NET web forms and ASP.NET MVC. However, ASP.NET Core deal with the session data in a different way. This article introduces you to the foundations of session data management in ASP.NET Core.

http://www.binaryintellect.net/articles/b06fd1d7-5f8c-46d3-9f61-9c11a2254cbb.aspx