Skip to content

Conversation

@ZohaiAli
Copy link

@ZohaiAli ZohaiAli commented Nov 4, 2025

Fixed session reset issue on page load

Added input validation for login and signup

Replaced Response.Write alerts with ClientScript alerts

Cleaned and optimized control flow for readability and reliability

Fix: Only reset on first load.

if (!IsPostBack)
{
    Session["idoriginal"] = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant