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 | ||
---|---|---|
| ||
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.
...