2 references to MAX_COOKIE_LENGTH
System.Web (2)
Security\RoleManagerModule.cs (2)
112if (cookieValue != null && cookieValue.Length > MAX_COOKIE_LENGTH) { 177if (string.IsNullOrEmpty(s) || s.Length > MAX_COOKIE_LENGTH) {