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