I developed an application using C# and ASP.NET MCV4. In IIS it is set to use Windows authentication which uses only the Kerberos provider.
I used Burp Suite to make tests against poor cookies randomness at login page. Selected text in the picture was chosen to test how much variable changes during 20k requests.
Results show that estimated entropy is 0 – so variable doesn't change at all.
What are options are there to increase randomness of selected part of header? What are general methods to increase randomness of session variables stored in cookies?