void Session_Start(object sender, EventArgs e)
{
// Code that runs when a new session is started
Session.Timeout = 1440;
Session["user"] = "";
Session["LoginBy"] = "";
}
{
// Code that runs when a new session is started
Session.Timeout = 1440;
Session["user"] = "";
Session["LoginBy"] = "";
}
No comments:
Post a Comment