This setting is can be set to a boolean flag that specifies whether the Work with Profound.js Sessions interface is enabled. The default value is true.
...
The Work with Sessions interface shows a list of active Profound.js sessions.
If your environment uses a load balancer with multiple Profound.js servers, you can enable a combined view of sessions on all server by specifying an object with a servers array for the workWithSessions configuration. For example:
Code Block | ||
---|---|---|
| ||
workWithSessions: {
enabled: true,
servers: [
"http://server1:8081",
"http://server2:8082"
]
} |
Click here for information on how to modify this setting.