摘要: 这里为自己或后来困惑的朋友做一个提醒的记录,当想要在HttpHandler(ashx文件)中访问Session的状态值时,需要显式的实现一个接口 IReadOnlySessionState,示例如下: <%@webhandlerlanguage="C#"class="DownloadHandler"%>usingSystem;usingSystem.Web;usingSystem.We... 阅读全文
posted @ 2009-03-20 13:20 my favorite 阅读(714) 评论(1) 推荐(0)