By: Chris Dunn on Tue Feb 5, 2019 (4 min read)
With .net core, if you want to use functionality you will, in most cases, need to explicitly configure it yourself via middle ware. This is actually a good thing. It keeps your code and dependencies clean. So if we want to utilize sessions in our application, we'll need to configure the middle ware. Configuring Sessions Even though you need to configure it yourself, it's not hard by any means. I'll explain the process and then show the code. First you will need to add the following code in t ...Copyright 2023 Cidean, LLC. All rights reserved.
Proudly running Umbraco 7. This site is responsive with the help of Foundation 5.