本文介绍了ASP.Net会话管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我是ASP.Net的新手.
我创建了一个具有多个用户的Web应用程序.
用户在运行时保存数据,这些数据在会话中维护,但是不同用户的数据会合并并显示给所有用户.

例如:用户在文本框中输入数据,然后单击添加按钮将其转到网格.随着所有用户开始添加,所有用户的数据将合并到网格中.

我也不知道如何使用global.asax.

我尝试寻求帮助,但找不到任何具体的内容.

请任何人可以帮助我通过会话ID维护会话.

Hi,

I am new to ASP.Net.
I have created a Web Application which has multiple users.
Users save data at run time which is maintained in sessions, but the data of different users get combined and displays to all users.

For example: Users enters data in text boxes and on add button click it goes to grid. The data of all users get combined in grid as all users start adding.

I also do not know how to use global.asax.

I tried to serach for help, but can''t find anything specific.

Please any one can help me to maintain session by session ID.

推荐答案




这篇关于ASP.Net会话管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 21:54
查看更多