Save History Tab

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Use the Component Properties dialog box, Save History tab, to determine where the SaveHistory component saves the history string. The SaveHistory component ProgID is Commerce.CSFSaveHistory**.**

You use the SaveHistory component to record the history string in one of three locations: the User Profile object, the ASP session collection, or the HTTP cookie.

Use this

To do this

User Profile Object

Specify the property in the user profile object that contains the history string. The default is Advertising.campaign_history.

ASP Session Collection

Specify the key in the Session object that contains the history string. This requires that 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. This requires that you configure the component by using the correct key, and that the pipeline is running in the IIS context.

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

See Also

Other Resources

CSFSaveHistory