摘要:
using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
摘要:
//Exit.aspx页面中protected void Page_Load(object sender, EventArgs e) { Session.Abandon();//结束session Session["UserName"] = null;//将session赋值为空 Response.... 阅读全文