Windows authentication or user login needed

  •  11-09-2007, 11:08 AM

    Windows authentication or user login needed

    Hi,  I looking for a solution to get users authenticated via their windows login info.
    I need to get the username if it is an authenticated windows user and if this info is not available then get login via the normal login page. 
    In VB I only know to do get logon things via this code:
    LogonVariable = UCase(Request.ServerVariables("LOGON_USER"))
     
    How would I be able to change Cute Chat so that it would grab the windows login info if available ?
    And then thensecond part, if this is not available, get users to the login page ?
     
    Many thanks!
    Filed under:
View Complete Thread