Enable personalization ID

We can enable personalization ID for the WebSphere Commerce site by editing the WebSphere Commerce configuration file.


Before beginning

Ensure that you have completed the following tasks:


Procedure

  1. Open the WebSphere Commerce configuration file.

  2. Search for the PersonalizationId node.

  3. Set the value of the enable attribute to true, as shown in the following sample:

      <PersonalizationId display="false" enable="true"/>

    Optional: To ensure a shopper is forgotten after logging off, set the value of the logoffRefresh attribute to true, as shown in the following sample:

      <PersonalizationId display="false" enable="true" logoffRefresh="true"/>

    For more information, see Forgetting shoppers after logging off.


What to do next

Package our changes to the WebSphere Commerce configuration file for deployment.


Related concepts
Users
Session management
Persistent sessions (Remember Me)
Personalization ID