Forum Moderators: open
My one question, what I've been struggling with for some time, is just how to access this username with my own code in a separate file (such as a Page_load function on the master page) once someone has logged in. I know it must be stored as some kind of session data, but I've no idea where. I need to take this username, which is actually more of an id, and run some custom DB queries...
So, to sum up, simple question -> Where the hell do these login controls store the data?
Thanks!