As I work on developing a website utilizing ASP.net and C#, one of my requirements is to utilize windows authentication for user login.
Currently, I am experimenting with storing the authenticated user's name in a session in order to access it later within the website.
Could someone provide guidance on how to successfully achieve this?