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