If you’ve started work on a new ASP.NET 5, MVC 6 application you may have noticed that Sessions don’t quite work the way they did before. Here’s how to get up and running the new way. Remove DNX Core Reference Many simple ASP.NET components aren’t supported by the DNX Core Runtime. These usually surface with…