开发者

What is better for asp.net mvc site sessions or cookies?

开发者 https://www.devze.com 2023-02-23 05:54 出处:网络
what is better for asp.net mvc site for users login and maybe some wizard status saving session开发者_如何学JAVAs or cookies, and what is safer?A cookie is sent to the client and could be manipulated.

what is better for asp.net mvc site for users login and maybe some wizard status saving session开发者_如何学JAVAs or cookies, and what is safer?


A cookie is sent to the client and could be manipulated. A Session value stays at the server, so no client can forge it.

0

精彩评论

暂无评论...
验证码 换一张
取 消