62,243
社区成员




string userCode = HttpContext.Current.User.Identity.Name;
if (userCode == "")
{
OnLineUser.RemoveUserFromLineBySessionID();
HttpContext.Current.Response.Redirect("~/Login.aspx");
}