HttpContext.Current.Session is null which inturn causing issues in my web application
Harsha Vardhan Medaboyina
0
Reputation points
I set up web application in my laptop and configure sessionstate as InProc but fail to create new HttpSessionStateWrapper(HttpContext.Current.Session) which is throwing HttpContext.Current.Session can not be null when I debug in Visual Studio 2019.
Sign in to answer