Cookies and Authentication

A Commerce Server cookie contains information about the user such as the user logon name and an identification number, the date when the user last visited your site, and a time window that indicates how long the cookie is valid. Commerce Server uses cookies to identify and authenticate users, and to associate user IDs with the profile information it collects about them.

Commerce Server includes the CS Authentication resource that the system administrator uses to determine how cookies will be implemented on your site.

Using Cookies

Commerce Server and the Use of Cookies

Using Cookies

The system administrator specifies how cookies are used in Commerce Server Manager by configuring the authentication properties for the application. Commerce Server provides different options that can apply to cookies on your site:

Commerce Server and the Use of Cookies

When a user browses your site, the cookie is stored in the Web log files and Commerce Server databases with the click history, transaction history, and any explicit profile data the user provides.

If a user does not allow cookies, and you have implemented cookieless shopping, then the cookie data (including the globally unique identifier (GUID)) is placed in an encoded Uniform Resource Locator (URL) string. The URL string can be used to pass user information between pages. By associating the GUID with the user activity that takes place on the site, Commerce Server enables you to analyze the activities of anonymous, cookieless users.

The Web log files and the data in the Commerce Server databases are imported into the Data Warehouse so that you can analyze the user data. When the data is imported, the user ID parses it. Each instance of the user ID becomes a row in the Data Warehouse. The user ID is the primary key of the row, so that when you run a report or view an analysis model that uses the user data, the user ID accesses the data.

Copyright © 1996–2000 Microsoft Corporation.
All rights reserved.