StandardSManager.PutShopperID Method

Note

Sites that save and restore shopper IDs by means of URLs or cookies should use the PutShopperID method of the Page object instead of the PutShopperID method of StandardSManager. Sites using the AUO do not require these methods.

The PutShopperID method stores a shopper ID in the cookie and/or a URL/SURL, depending on the mode in which the StandardSManager is running.

Syntax

StandardSManager.PutShopperID(Context, ShopperID)

Parameters

Context
This ASP scripting context, which can be obtained by using the Page.Context property.
ShopperID
The shopper ID to be stored.

Remarks

This method is included for compatibility with previous releases.


© 1997-1998 Microsoft Corporation. All rights reserved.