2 references to ID_LENGTH_BITS
System.Web (2)
State\SessionIDManager.cs (2)
409
internal const int ID_LENGTH_BYTES = (
ID_LENGTH_BITS
/ 8 ); // 15
410
internal const int ID_LENGTH_CHARS = (
ID_LENGTH_BITS
/ ENCODING_BITS_PER_CHAR); // 24