This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Session Parameters

Session parameters are primarily used to influence server operations. Since session parameters require a connection to the server, you must wait until the client state is “ready” before setting it. You can do so using designated client state listener.

You can use :

  • setSessionParameter(name, value) - Set a session parameter
  • getSessionParameter(name) - Get a session parameter

Here is a list of the available parameters :

Parameter Type Comment
HighlightSelection Boolean Use this setting to disable highlighting of selected objects.

:!: You can find an example of how to set a session parameter correctly in the examples section.

 
Last modified:: 2019/03/25 11:36