hello

Tuesday, 26 July 2011

globla .asax file in asp.net

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



    }

No comments:

Post a Comment