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) 进行 jQuery ajax 调用。在发出 ajax 请求之前,有什么方法可以知道会话是否超时?
如果发生超时,我将获得 web.config 中指定的登录页面作为对 ajax 调用的响应,而不是我的常规 JSON。
一个快速而丑陋的解决方案是假设每次我结束error回调是因为当数据类型设置为 JSON 时我得到 HTML 作为响应。但我想有更好的方法来解决这个问题吗?
error
您必须尝试IReadOnlySessionState接口。
查看