Previous in Contents Next in Contents

Page.GetShopperID Method

The GetShopperID method returns the unique shopper ID for the current customer. (The shopper ID is returned from a URL query string or a cookie, depending on the initialization mode of the StandardSManager for the site.)

Syntax

Page.GetShopperID()

Parameters

None.

Remarks

If the current customer does not have a shopper ID, GetShopperID returns Null.

Related Topics


© 1997-2000 Microsoft Corporation. All rights reserved.