Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在任何地方都找不到这个。
是否可以使 HTTPHandler 无会话?
有时我会导出需要一些时间来构建的大文件。等待 ashx 完成会阻塞我其余的 webmethod 调用。
有谁知道如何使 ashx 无会话?
提前谢谢了!
'ashx's 默认是无会话的。
我的问题是,当我不需要向会话写入任何内容时,我有“IRequiresSessionState”,所以我只需要“IReadOnlySessionState”,它显然只拍摄会话的快照。