2 references to MAX_ENCODED_COOKIE_STRING
System.Web (2)
Security\AnonymousIdentificationModule.cs (2)
260if (encValue.Length > MAX_ENCODED_COOKIE_STRING) 357if (data == null || data.Length < 1 || data.Length > MAX_ENCODED_COOKIE_STRING)