ASP.NET 3.5会话ID的大小是多少?

前端之家收集整理的这篇文章主要介绍了ASP.NET 3.5会话ID的大小是多少?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是32位还是64位或128位以上?

解决方法

它既不是int也不是guid;从 MSDN help file

The ASP.NET session identifier is a randomly generated number encoded into a 24-character string consisting of lowercase characters from a to z and numbers from 0 to 5.

原文链接:https://www.f2er.com/aspnet/249658.html

猜你在找的asp.Net相关文章