在 httpmodule 中设置变量读取 masterpage &内容页,asp.net C#
是否可以在 httpmodule 中为变量设置值并读取 contentpage & 中的变量值母版页?
我想用它代替会话。该变量保存用户 ID 的值。
因为我网站上的每个页面都会创建许多不同的数据库连接,所以我认为多一个比拥有会话值更好?!你怎么认为?
我想创建一个可以发展壮大的网站。 (总是尝试以这种方式对我的网站进行编程) 这就是为什么我想去掉一些会话值。
谢谢!
马蒂亚斯。
Is it possible to set value to variable in httpmodule and read the value of the variable in contentpage & masterpage?
I want to use this instead of session. The variable holds the value of the userID.
Because every page on my site creates a number of different database connections i think that one more is better than having session values?! What do you think?
I want to create a site that can grow large. (Always tries to program my sites in this way)
So thats why I want to take away a number of session values.
Thanks!
Mattias.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用下面的代码片段......
有关更多详细信息......阅读这些文章。
http://www.shubho.net/2011/01/using -httpcontextcurrentitems-as-data.html
http://forums.asp.net/t/1476647.aspx/1
you can use below Code snippet.....
For more detail... Read these articles.
http://www.shubho.net/2011/01/using-httpcontextcurrentitems-as-data.html
http://forums.asp.net/t/1476647.aspx/1