Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

This setting can be set to a boolean flag that specifies whether the Work with Profound.js Sessions interface is enabled.

The default value is true. To disable the interface, use the following:

workWithSessions: false


When enabled, the interface is accessed using the following URL: http://server:port/sessions, where server is the Profound.js server name or IP address, and port is the Profound.js port number.

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:

workWithSessions: {
  enabled: true,
  servers: [
    "http://server1:8081",
    "http://server2:8082"
  ]
}

Click here for information on how to modify this setting.

  • No labels