Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
languagejs
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.

...