You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.