摘要
Session的主要作用是可以针对某一个用户的特殊连接,建立一个私人的变量,并且这个变量可以在不同的页面之间进行传递。除非用户在用服务器设定的时间内没有点击任何页面,否则这个变量会一直保留下去。这是一个很有用的功能,同时也是一个很占用服务器资源的功能。着重阐述了ASP.NET Session原理以及相关的应用。
The effect of Session is significant,and its most important role is to establish a private variable for a user's special connection,which variable can be transferred among different pages.The variable will be kept down unless the user don't click on any pages within the time set by the server,which is a very helpful function but needs to take up server resource.The paper focuses on Principle and Application of ASP.NET Session optimum technology.
出处
《电脑编程技巧与维护》
2011年第2期44-46,共3页
Computer Programming Skills & Maintenance