mirror of https://gitee.com/bigwinds/arangodb
13 lines
325 B
Markdown
13 lines
325 B
Markdown
|
|
|
|
@brief whether or not to use SSL session caching
|
|
`--ssl.session-cache value`
|
|
|
|
Set to true if SSL session caching should be used.
|
|
|
|
*value* has a default value of *false* (i.e. no caching).
|
|
|
|
**Note**: this option is only relevant if at least one SSL endpoint is
|
|
used, and only if the client supports sending the session id.
|
|
|