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应用程序中创建后台进程,它会更新会话变量中的结果。
asp.net
然后我从会话变量中读取。我注意到如果我打开不同的浏览器并测试它会话结果也具有来自其他会话的值,则会话结果不是唯一的会话。有没有办法处理这个问题。