How can I tell what the username is of an authenticated using Forms Authentication with ASP.NET
- by James Alexander
After a user is authenticated I store their username in session state but if the session times out, I want to create a new session for the user based on their username they authenticated with original. How can I get from Forms Authentication the currently authenticated user?