Previous in Contents Next in Contents

Types of Users

It is helpful to consider three types of users that you can have at your site:

An anonymous user who encounters content monitored with either Cookie Identification (Windows NT Authentication mode) or Automatic Cookie Authentication (Membership Authentication mode) becomes a cookie-identified user, unless his or her browser is set to reject cookies. Under some circumstances, a user will have multiple cookie-identified accounts within a given domain (see “Scope of Cookies Within a Domain” in this topic). This will also happen if a Membership Directory serves multiple domains and the user encounters sites from more than one of them. If a user has multiple accounts, user attribute information is not shared among the accounts.

A registered user who encounters content monitored with Cookie Identification (Windows NT Authentication mode) acquires an additional profile as a cookie-identified user in the Membership Directory. No mechanism is provided to link such a user’s registered user profile and cookie-identified user profile.

An anonymous user or cookie-identified user becomes a registered user when he or she completes your registration process. Under Membership Authentication, attributes from any existing cookie-identified user profile for the user’s current browser are brought forward into the new registered user account. Attributes from an existing registered account, if the user has one, are not brought forward. Under Windows NT Authentication, existing attributes in a cookie-identified user profile or previous registered account are not brought forward and continue to exist in the previous separate account.

User information is stored in the attributes of the Member objects in the Membership Directory. In Windows NT Authentication mode, member objects are created by the AUO. In Membership Authentication mode, member objects are created by either the Membership filter (for cookie-identified accounts) or by the Registration page (for registered accounts). The Registration page creates the account using AUO.

The Membership filter, which exists only under Membership Authentication, performs a number of system functions in addition to account creation, including processing cookies for authentication and performing redirection for certain pages associated with error handling and logon.

Scope of Cookies Within an Internet Domain

Under Membership Authentication, you can choose for each site to issue user-identifying cookies at the site level (for example, x.DomainName.com) or at the domain level (DomainName.com). Issuing cookies at the domain level is the default behavior. The following considerations apply:

For information about setting cookie domain scope, see PMAdmin Set Master.

Related Topics

Previous in Contents Next in Contents


© 1997-1998 Microsoft Corporation. All rights reserved.