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