本文介绍了会话存储值的位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用"InProc"
会话状态,并且设置了
I am using "InProc"
Session State, and i set
Session["DataTable"] = dt
然后请告诉我,Session在哪里存储您的价值.在服务器还是在客户端以及在哪里?
请告诉我.
Then pls tell me, where Session stores your value. at server or at client and where?
Please tell me.
推荐答案
<a href="http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx">http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx</a>[<a href="http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx" target="_blank" title="New Window">^</a>]
跟随此链接,您将获得所有答案...
follow this link u get all answer...
这篇关于会话存储值的位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!