determining the log-on

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ned White

    determining the log-on

    Hi,

    There is a LoginView control on my aspx page and the users will use this
    control to login and i will check the some cookies when the user logged on.
    But i can not find any events for LoginView control if user successfully
    logged on or not ..

    Is it poosibe to determine the successfully logged-on session for users ?

    Any idea ?

    Thanks.


  • Juan T. Llibre

    #2
    Re: determining the log-on

    You can check if the request has been authenticated :




    The HttpRequest.IsA uthenticated property pets a boolean value
    indicating whether the request has been authenticated.




    Juan T. Llibre, asp.net MVP
    asp.net faq : http://asp.net.do/faq/
    foros de asp.net, en espaƱol : http://asp.net.do/foros/
    =============== =============== ========
    "Ned White" <nedwhite@wro te in message news:uf7XQIsjIH A.5724@TK2MSFTN GP03.phx.gbl...
    Hi,
    >
    There is a LoginView control on my aspx page and the users will use this control to login and i will check the some
    cookies when the user logged on.
    But i can not find any events for LoginView control if user successfully logged on or not ..
    >
    Is it poosibe to determine the successfully logged-on session for users ?
    >
    Any idea ?
    >
    Thanks.
    >
    >

    Comment

    Working...