コード例 #1
0
        protected unsafe void btnLogout_Click(object sender, EventArgs e)
        {
            string str;
            bool   flag;

            str  = PageUtil.GetIndexPage(this.Page);
            flag = 0;
            PageUtil.SetCookie(this.Page, "GWZKJLMM", &flag.ToString(), 360);
            PageUtil.SetCookie(this.Page, "GWZKUserInfo", "", 360);
            FunUtil.Logout(this.Page);
            PageUtil.WriteAlertAndRet(this.Page, "", str, "");
            return;
        }