2 references to MAX_ID_LENGTH
System.Web (2)
Security\AnonymousIdentificationModule.cs (2)
230if (context.Request.AnonymousID.Length > MAX_ID_LENGTH) 371if (id.Length > MAX_ID_LENGTH)