c# - session variable timeout prob -
After logging in, i get the username in the session session after logging in is not blank or displayed in my page To get the user name If the session object is taped, then I create the page again to redirect to the login page. But at some point if I click on any link on any of my pages after login, then I was redirected to the login page, but I am clicking logout button. Why this session creates zero, Wat should be kept to track the session variables on the page, instead I should not clean it by clicking on logout / null-asp.net
Comments
Post a Comment