Load History Tab

Use the Component Properties dialog box, Load History tab, to choose where the LoadHistory component retrieves the history string. The LoadHistory component ProgID is Commerce.CSFLoadHistory.

You use the LoadHistory component to retrieve a history string from a user profile, an item in the Active Server Pages (ASP) session collection, or a cookie.

Use this

To do this

User Profile Object

Specify the property in the user profile object that contains the history string.

ASP Session Collection

Specify the key in the Session object that contains the history string. Requires that the you configure the component by using the correct key and that the pipeline is running in the Internet Information Server (IIS) context.

HTTP Cookie

Specify the key in the Cookies object that contains the history string. Requires that you configure the component by using the correct key and that the pipeline is running in the IIS context.

Dd451144.alert_note(en-US,CS.90).gifNote:
The cookie is a session cookie and will not persist across sessions.

See Also

Other Resources

CSFLoadHistory