Session is null in ashx handler解决办法
摘要:
using System; using System.Web; using System.Web.SessionState; public class DownloadHandler : IHttpHandler,IReadOnlySessionState { public bool IsReusable { get { return true; } } public v... 阅读全文
posted @ 2008-09-08 21:30 sky老杨 阅读(354) 评论(0) 推荐(0)
浙公网安备 33010602011771号