|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/6b11be23/e503b68d/ |
?#pragma checksum "D:\wwwroot\keman\wwwroot\Back\admin-logout.aspx.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8F0402FF7493205A8AFD885587E9CE70"
#line 1 "D:\wwwroot\keman\wwwroot\Back\admin-logout.aspx.cs"
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
namespace Back
{
/// <summary>
/// admin_logout 的提要注明。
/// </summary>
public partial class admin_logout : System.Web.UI.Page
{
protected void Page_Load(object sender, System.EventArgs e)
{
Session["AdminLogId"] = "";
Session["AdminId"] = "";
Session["AdminPassport"] = "";
Session["AdminIsAdmin"] = "";
Request.Cookies["AdminLogId"].Expires = DateTime.Now.AddHours(-1);
Response.AddHeader("refresh","1;url=admin-login.aspx");
Response.Write("<html><head></head><body><span style=\"color:red;\">你已成功退出,5秒后转向站点首页!请稍候...</span></body></html>");
Response.End();
return;
}
#region Web 窗体设计器天生的代码
override protected void OnInit(EventArgs e)
{
//
// CODEGEN: 该挪用是 ASP.NET Web 窗体设计器所必须的。
//
InitializeComponent();
base.OnInit(e);
}
/// <summary>
/// 设计器支持所需的步骤 - 不要使用代码编纂器批改
/// 此步骤的内容。
/// </summary>
private void InitializeComponent()
{
}
#endregion
}
}
#line default
#line hidden