MSCSAuth and MSCSProfile Ticket Characteristics

The following table lists the major characteristics of MSCSAuth tickets and MSCSProfile tickets.

Characteristic MSCSAuth MSCSProfile
User Type Assigned to registered users.

In this context, “registered” refers to a user who has successfully completed a registration process for the relevant site.

Assigned to anonymous users.
Storage Stored as a session cookie or encoded in the URL string. It is valid for the duration of the session or for a specified time window, and then is deleted. Stored as a persistent cookie on the computer of the user. If it is encoded in the URL string, the MSCSProfile ticket is not stored, and therefore is not persisted when the session ends.
Contents Contains unique user ID, last login time, time window and optional custom properties. Contains unique user ID and optional custom properties.

See Also

Code to Retrieve a Profile and Set an MSCSAuth Ticket

Code to Set a New MSCSProfile Ticket

Code to Retrieve Login Credentials Using the Post Method and Set an MSCSAuth Ticket

Code to Set a Custom Property on a Ticket

MSCSProfile Tickets

MSCSAuth Tickets

Tickets for Anonymous Users Who Register

Rolling Key Encryption for Authentication Tickets

Commerce Server Cookies

Copyright © 2005 Microsoft Corporation.
All rights reserved.