09 2014 档案
摘要:实现IHttpHandler接口的同时必须继承IRequiresSessionState接口,才能拿到session public class HttpHandler: IHttpHandler, IRequiresSessionState { public void P...
阅读全文
摘要:if (context.Session != null) { }
阅读全文
摘要:打开Web.config,将sessionState mode="InProc"换成sessionState mode="StateServer"session mode 的InProc 与StateServer 的比较InProc 默认参数允许“无Cookie”的会话,以及在服务器之外存储会话数据...
阅读全文

浙公网安备 33010602011771号