开发者

How pass the asp.net session token from page to page?

开发者 https://www.devze.com 2023-01-08 08:26 出处:网络
best and secured way to pass the asp.net session token from page to p开发者_Python百科age. 1. cookies (not secured)

best and secured way to pass the asp.net session token from page to p开发者_Python百科age. 1. cookies (not secured) 2. url (not secured) 3. hidden fields ? using hidded fields is right way to pass ? how to pass using hidded fileds? how to disble the session token in cookies and also in url (session state conguration)?


From my answer for similar question, "securing ASP.NET forms authentication token on client side?" :

Session:
Fast, Scalable, and Secure Session State Management for Your Web Applications

0

精彩评论

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

关注公众号