摘要: using System;using System.Web;using System.Web.SessionState;public class HandleDataRequst : IHttpHandler, IRequiresSessionState{ public void ProcessRequest (HttpContext context) { //context.Session["name"] }}这里的重点是一定要实现IRequiresSessionState或者IReadOnlySessionState,否则Session总是为null当... 阅读全文
posted @ 2011-12-11 11:05 零 、一 阅读(553) 评论(0) 推荐(0) 编辑
一分耕耘一分收获