I was wondering if anyone knew what the ASP.NET SessionID format is? This is not a GUID or base64, what is its type? Is it also different from version to version of the .NET platform?
thanks
Ed. Corrected from my original dumb answer.
The documentation just says that it is randomly assigned to ASP.NET. http://msdn.microsoft.com/en-us/library/system.web.sessionstate.httpsessionstate.sessionid.aspx
Another page gives a little more detailed information.
An ASP.NET session identifier is a randomly generated number encoded in a 24-character string consisting of lowercase characters from a to z and numbers from 0 to 5.