Re: Difference between AUTH_USER and ..Current.User.Identity.Name

From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 08/28/03

  • Next message: Lewis Wang [MSFT]: "Re: ASP.NET + SQL Server Windows authentication"
    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")?
    :
    :


  • Next message: Lewis Wang [MSFT]: "Re: ASP.NET + SQL Server Windows authentication"

    Relevant Pages

    • Re: request.setAttribute(...) versus session.setAttribute(...)
      ... Browser makes HTTP request for document associated with the link's URL ... Server prepares and sends a response, ...
      (comp.lang.java.programmer)
    • Re: Form postbacks not in viewstate?
      ... browser sends a HTTP request to the server. ... The viewstate is an hidden field (as such it is posted by the browser ... when the submit button is hit allowing the server to read the viewstate). ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: How do we get the value from the hidden field ?
      ... the browser to direct to another page loosing previously posted data. ... Also the hidden field is not terribly usefull as basically you don't use it ... The key point is that data coming with the HTTP request are to be used ... The problem was not client -side or server side. ...
      (microsoft.public.dotnet.framework.aspnet)
    • What happens to Cancelled HTTP Requests
      ... What happens to a cancelled http request from the server perspective? ... I request a page from the web server and page requires lot of processing. ... Before the response comes to the browser I either hit the Stop button on the ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: html servlet flow
      ... The browser submits an HTTP request, and the server sends an HTTP response. ... The server is free to send back any content it wants, and the browser is free to submit any HTTP request it wants. ...
      (comp.lang.java.programmer)