I want to maintain user session in my project...the problem i am facing is when any user login is nt maintained..help it's urgent..
After Login is successful set the UserName or UserId of user in Session variable
Session["UserName"] = txtUserName.Text;
© COPYRIGHT 2026 ASPSnippets.com ALL RIGHTS RESERVED.