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.
我有一个复杂的 ASP.NET(c#) 网站,它使用许多 Web 服务。每个 Web 服务都需要一个用户名和密码,我在登录时将其存储在会话变量中。
我的问题是,当会话过期时,这是非常不可预测的(可以随时),我的网站会引发对象引用错误。
在尝试将 Web 服务与过期会话一起使用之前,在一个地方捕获会话超时的最佳方法是什么?