StandardSManager Object
Use this object to facilitate the run time creation and retrieval of shopper IDs.
ProgID: | Commerce.StandardSManager (Externally creatable) |
COM Class Name: | MSCSStandardSManager_3_0 |
Type Library Name: | Commerce 1.0 Type Library |
DLL Name: | Commerce.dll |
Threading Model: | Both |
The single property of the StandardSManager object is shown in the following table.
Property | Type | Description |
Mode | Integer | Determines how the GetShopperID and PutShopperID methods of the Page object retrieve and store shopper IDs. |
The methods of the StandardSManager object are shown in the following table.
Method | Description |
CreateShopperId | Creates a unique shopper ID for the current user. |
GetShopperId | Returns the unique shopper ID for the current user. |
InitManager | Initializes the StandardSManager object. |
PutShopperId | Writes the specified shopper ID to a cookie and/or stores it for use in a URL or SURL, depending on the initialization mode of the StandardSManager for the site. |
Remarks
This object is only included for purposes of backward compatibility with Site Server 3.0 Commerce Edition; it has been replaced by the AuthManager object.