本文介绍了服务器如何为多个用户支持一个应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我部署在服务器中的数据正在交换两个或更多用户.
所以我想在这里首先要了解的是,由于服务器中只有一个应用程序,因此服务器如何支持许多用户.
如果支持得好,为什么要交换bw用户.
请举一个例子
Hi,
data is swaping bw two or more users as i have deployed in the server.
so first thing i want to know here is Since only one application in the server,how server supports to many users.
If supports well Why this swaping bw users.
Please reply with an example
推荐答案
HttpContext.Current.Session.SessionID;
这篇关于服务器如何为多个用户支持一个应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!