Currently I am doing my asp.net assignemnt and came across this problem. I would like to set session for userid after user had successfully login but the problem faced is that although the line is executed but the browser didn't receive any session, thus there is no session created in my browser storage.Code statement for created session Now I can't maintain status across my webpage. I am using VS code 2022 as my IDE.
PS. I am not using MVC
I have search across the web and no solution for this.