The PutShopperID method stores the shopper ID generated by CreateShopperID as a cookie on the user's hard disk, or as a URL argument. The way in which PutShopperID stores the shopper ID depends upon the mode in which the StandardSManager was initialized.
HRESULT PutShopperID(
IDispatch *pdispContext,// in
BSTR bstr// in
);
IMSCSStandardSManager_3_0::GetShopperID