I have a web page where there is a statement:

myID = User.Identity.Name

I don't know what this does, there is no 'User' declared anywhere or any statement putting information into it. The calling page sets some cookies, is this how the information gets into this object? Please help!