Previous in Contents Next in Contents

StandardSManager.GetShopperID Method

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

The GetShopperID method returns the shopper ID from a cookie stored on the client system or from a URL.

Syntax

StandardSManager.GetShopperID(Context)

Parameters

Context
This Active Server Pages (ASP) scripting context, which can be obtained by using the Page.Context property.

Remarks

If no shopper ID is stored on the client system, GetShopperID returns an empty string.

Related Topics


© 1997-2000 Microsoft Corporation. All rights reserved.