I want to ensure that the sessionid in asp.net have at least 128 bits.
Does anyone know how many bits the ASP.NET_SessionId have?
Can you find it somewhere in IIS?
I want to ensure that the sessionid in asp.net have at least 128 bits.
Does anyone know how many bits the ASP.NET_SessionId have?
Can you find it somewhere in IIS?
ASP.NET uses an 120 bit identifier to track each session.
You can read the following articles.
http://support.microsoft.com/kb/899918/en-us
http://www.codeproject.com/Articles/32545/Exploring-Session-in-ASP-Net
http://www.codeproject.com/Articles/7182/Session-management-options-in-ASP-NET