Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

NaiveSessionCache NullReferenceException #56

Open isawek opened 6 years ago

isawek commented 6 years ago

Hey,

if i run the Application on localhost the start page is fine but if i go to Users or something else i get a NullReferenceException. The Problem is in the NaiveSessionCache at Deserializing the web sessions cache id. The Poblem is that my HttpContext.Current.Session is null.

unbenannt