1 write to s_Domain
System.Web (1)
Security\AnonymousIdentificationModule.cs (1)
327s_Domain = settings.Domain;
8 references to s_Domain
System.Web (8)
Security\AnonymousIdentificationModule.cs (8)
94if (s_Domain != null) 95cookie.Domain = s_Domain; 174if (s_Domain != null) 175cookie.Domain = s_Domain; 197if (s_Domain != null) 198cookie.Domain = s_Domain; 269if (s_Domain != null) 270cookie.Domain = s_Domain;