GetUserInfo - Solution Sites Routine
This sub, called from the include\setupenv.asp file, assigns the user ID, user type and user access type into the following global variables:
m_userID (user ID)
m_UserType (AUTH_USER, GUEST_USER, or ANON_USER)
m_UserAccessType (IIS_AUTH, TICKET_AUTH, GUEST_VISIT, or ANON_VISIT)
Definition
Sub GetUserInfo()
Defined in File
Routines Called
Called By
Remarks
For more information about users, see About the User Tracking Feature for Solution Sites.
Copyright © 2005 Microsoft Corporation.
All rights reserved.