The StandardSManager object supports methods that facilitate the run-time creation, deletion, and retrieval of shopper IDs.
The StandardSManager object supports the following methods.
Method | Description |
---|---|
CreateShopperID | Creates and returns a unique shopper ID. |
GetShopperID | Retrieves the shopper ID from the cookie, if available. Otherwise, returns an empty string. |
InitManager | Initializes the StandardSManager with information that determines how shopper IDs will be stored and retrieved. |
PutShopperID | For backward compatibility only. |