1 write to AnonymousId
System.Web (1)
Security\AnonymousIdentificationModule.cs (1)
391
AnonymousId
= (dt > DateTime.UtcNow) ? id : null; // Ignore expired data
3 references to AnonymousId
System.Web (3)
Security\AnonymousIdentificationModule.cs (3)
208
if (decodedValue != null && decodedValue.
AnonymousId
!= null) {
210
context.Request.AnonymousID = decodedValue.
AnonymousId
;
343
byte [] bufId = Encoding.UTF8.GetBytes(data.
AnonymousId
);