Table of Contents

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 :

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.