Spotfire® Server and Environment - Installation and Administration

config-sessions

Configures session management.

config-sessions 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-i value | --idle-session-timeout=value] 
[-a value | --absolute-session-timeout=value] 
[-s value | --max-concurrent-sessions-per-user=value] 
[-n value | --max-concurrent-anonymous-sessions=value] 
[-r value | --concurrent-sessions-limit-exceeded-resolution=value]

Overview

Use this command to configure aspects of session management.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-i value
--idle-session-timeout=value
Optional 30 The idle session timeout, in minutes. Sessions that are idle for longer than the configured time are automatically destroyed.
  • A negative value indicates that the default is used.
  • A value of 0 indicates that idle sessions are closed until all servers are restarted.
-a value
--absolute-session-timeout=value
Optional 1440 The absolute session timeout, in minutes. After the configured time, the user is requested to re-authenticate, even if active.
-s value
--max-concurrent-sessions-per-user=value
Optional -1 The maximum number of concurrent sessions per user. A non-positive value indicates that an unlimited number of concurrent sessions per user is allowed.
-n value
--max-concurrent-anonymous-sessions=value
Optional -1 The maximum number of concurrent anonymous (guest) sessions. A non-positive value indicates that an unlimited number of concurrent anonymous sessions is allowed.
-r value
--concurrent-sessions-limit-exceeded
-resolution=value
Optional BLOCK Indicates what should happen if the maximum number of concurrent sessions per user is exceeded. The following resolutions are supported:
  • BLOCK
  • LOGOUT_OLDEST