本文介绍了asp.net C#中的共享变量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好朋友,
在我的网站中,我想要一个共享变量,在其中存储任何值,并且该值应可供该网站的所有网页访问.
我想在登录时为该共享变量分配一个值,并且每当请求新页面时,我都会将查询字符串中的该变量值发送到所请求的页面.
在这里,我可以使用会话来做到这一点,但我不想使用会话和cookie.
有人可以指导我如何解决同样的问题.
提前谢谢.
Shailesh J.
解决方案
Hello friends,
In my web site i want a shared variable in which i stores any value and that value should be accessible to all web pages of that web site.
I want to assign a value to that shared variable at the time of login and whenever new page is requested i will send that variable value in a query string to the requested page.
Here i can do it by using sessions but i dont want to use sessions and cookies.
Can anybody guide me how to solve the same.
Thanks in advance.
Shailesh J.
解决方案
这篇关于asp.net C#中的共享变量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!