protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         BL_Session.ClearSession();
     }
 }
Exemple #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         BL_Session.ClearSession();
     }
     Response.Redirect("~/Intranet/Login.aspx");
 }