Issue
- Setup a two nodes Liferay Cluster and set "live.users.enabled=true".
- Login on node 1 and go to "Control Panel > Users > Monitoring".
- Remember the Session ID. Go into the detailed session page, there is value for "Session Attributes" section
- Login on node 2 and go to "Control Panel > Users > Monitoring". Check the same Session ID as displayed in Step 2.
Result: The value of "Session Attributes" is not displayed on node 2.
Environment
- Liferay DXP 7.1
Resolution
- Configure Application server level session replication, then "session attributes" values will be available on both nodes.
Additional Information
- By default, without configuring Application server level session replication, the "session attributes" values only exist on the node that current user is logged in.