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