4 references to CookieDomain
System.Web (4)
Security\FormsAuthenticationModule.cs (4)
171if (FormsAuthentication.CookieDomain != null) 172cookie.Domain = FormsAuthentication.CookieDomain; 459if (FormsAuthentication.CookieDomain != null) 460cookie.Domain = FormsAuthentication.CookieDomain;