Enabling personalization ID
You can enable personalization ID for your WebSphere Commerce site by editing the WebSphere Commerce configuration file.
Before you begin
Procedure
- Open the WebSphere Commerce configuration file.
-
Search for the
PersonalizationId
node. -
Set the value of the
enable
attribute totrue
, 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 thelogoffRefresh
attribute to true, as shown in the following sample:
For more information, see Forgetting shoppers after logging off.<PersonalizationId display="false" enable="true" logoffRefresh="true"/>
- Propagate the changes to the WebSphere Commerce configuration file.