====== 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 [[state|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|examples section]].