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