コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     DBCallCommon.SessionLostToLogIn(Session["UserID"]);
     if (Request.QueryString["id"] != null)     //登陆
     {
         Session["id"] = Request.QueryString["id"];
     }
     if (Request.QueryString["sq"] != null)
     {
         Response.Write("<script>alert('授权登录成功!');</script>");
     }
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     DBCallCommon.SessionLostToLogIn(Session["UserID"]);
 }