Loading

摘要: ashx文件要使用Session,必须实现Session接口; //第一步:导入此命名空间 //第二步:实现接口 到此就可以像平时一样用Session了 using System; using System.Web; using System.Web.SessionState; public class checkCookie : IHttpHandler ,IRequiresSessionSta... 阅读全文
posted @ 2008-08-29 19:54 chear 阅读(225) 评论(0) 推荐(0)