摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2011-08-10 22:21 风一样的大叔 阅读(154) 评论(0) 推荐(0) 编辑
摘要: //Exit.aspx页面中protected void Page_Load(object sender, EventArgs e) { Session.Abandon();//结束session Session["UserName"] = null;//将session赋值为空 Response.... 阅读全文
posted @ 2011-08-10 22:12 风一样的大叔 阅读(240) 评论(0) 推荐(0) 编辑