Does anyone know how this value gets populated ?
this.HttpContext.User.Identity
for some reason in my code this value is populated sometimes but other times it's not. Does this information come from the session data or is it read from a cookie?
I searched around and it seems like most people are complaining about the value of this.HttpContext.User.Identity.Name
not being populated, but in this situation, all Identity
's attributes are empty.