客户端状态管理和服务器端状态管理之间的区别? [英] Difference between client side state management and server side state management?

查看:307
本文介绍了客户端状态管理和服务器端状态管理之间的区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

客户端状态管理和服务器端状态管理之间的区别?

Difference between client side state management and server side state management?

推荐答案

你的问题本身有答案,请查看这篇文章

< a href =http://www.codeproject.com/Articles/331962/A-Beginner-s-Tutorial-on-ASP-NET-State-Management> ASP.NET状态管理初学者教程 [ ^ ]
You question itself has answer, check this article
A Beginner's Tutorial on ASP.NET State Management[^]


客户端状态管理中,状态相关的

信息将直接存储在< U>的客户端。 换句话说,它使用 Cookie,查看状态和查询字符串维护客户端计算机上的信息。

服务器端状态管理,所有信息都存储在用户

内存中。由于此功能,与客户端状态管理相比,

服务器端有更多安全域。 换句话说,这种机制在服务器中保留状态。

客户端状态管理不太安全比服务器端





欲了解更多信息,请查看以下链接



ASP.NET客户端状态管理和服务器端状态管理





http://msdn.microsoft。 com / zh-CN / library / 75x4ha6s.aspx
In Client-Side State Management, the state related
information will directly get stored on the client-side. In other words, This maintains information on the client's machine using Cookies, View State, and Query Strings.
In Server side state management, all the information is stored in the user
memory. Due to this functionality there is more secure domains at the
server side in comparison to Client-Side State Management. In other words, This kind of mechanism retains state in the server.
Client side state management is less secure than server side


For more information, check the following link

ASP.NET Client-side state management and Server-side state management


http://msdn.microsoft.com/en-us/library/75x4ha6s.aspx


参考以下文章: -



ASP.NET中的状态管理 - 简介 [ ^ ]

< a href =http://www.codeproject.com/Articles/331962/A-Beginner-s- ASP-NET-State-Management教程> ASP.NET状态管理初学者教程 [ ^ ]
refer below articles:-

State Management in ASP.NET - Introduction[^]
A Beginner's Tutorial on ASP.NET State Management[^]


这篇关于客户端状态管理和服务器端状态管理之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆