Re: Difference between AUTH_USER and ..Current.User.Identity.Name
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 08/28/03
- Previous message: James: "Re: Is Server.Transfer secure?"
- In reply to: Daniel Morgenthaler: "Difference between AUTH_USER and ..Current.User.Identity.Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 28 Aug 2003 12:18:49 +1000
I assume that the former is the name of the user context that the page is
running under (which, I believe, can be set programmatically), whereas the
latter is the value that has been sent by the browser to the server as part
of the HTTP request (which can't be altered programmatically - it's
read-only).
Cheers
Ken
"Daniel Morgenthaler" <DMorgenthaler@1eEurope.ch> wrote in message
news:OwaBI5laDHA.2136@TK2MSFTNGP10.phx.gbl...
: Hello
:
: Is there a difference between
: System.Web.HttpContext.Current.User.Identity.Name and
: Request.ServerVariables("AUTH_USER")?
:
:
- Previous message: James: "Re: Is Server.Transfer secure?"
- In reply to: Daniel Morgenthaler: "Difference between AUTH_USER and ..Current.User.Identity.Name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|