What's the size of an ASP.NET 3.5 session ID?

jao picture jao · May 14, 2009 · Viewed 16.2k times · Source

Is it 32 bit, or 64 bit or 128 bit or bigger?

Answer

john picture john · Jan 19, 2010

It's neither int nor guid; from the 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.