I am using
FormsAuthentication.SetAuthCookie("username", true );
so that a helpdesk person could impersonate another person s ans go in and see what the account looks like. I as wondering if there is a way my code can determine that this session is running through impersonation (so that I can block a couple of pages and flash a sign saying "You are impersonating this user: username)?