8000 Revive startup parameter `--server.session-timeout` by jsteemann · Pull Request #720 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Revive startup parameter --server.session-timeout #720

Merged
merged 4 commits into from
Aug 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
  • Loading branch information
jsteemann committed Jun 29, 2021
commit 5c8ff93e2641856d2ee66295ab11e068ffa11033
11 changes: 11 additions & 0 deletions 3.9/programs-arangod-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,17 @@ If set to *false* only use the external authentication system. If

The default value is *true*.

## Timeout for web interface sessions

`--server.session-timeout value`

The timeout value for web interface sessions is now configurable via the
startup option `--server.session-timeout`. The default timeout value for web
interface sessions is one hour in ArangoDB 3.9. The value for the option can
be specified in seconds.

Previous versions of ArangoDB had a longer, hard-coded timeout.

## Server threads

`--server.minimal-threads number`
Expand Down
8 changes: 8 additions & 0 deletions 3.9/release-notes-upgrading-changes39.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ runtime.
Startup options
---------------

### Timeout for web interface sessions

The timeout value for web interface sessions is now configurable via the
startup option `--server.session-timeout`. The default timeout value for web
interface sessions is one hour in ArangoDB 3.9.

Previous versions of ArangoDB had a longer, hard-coded timeout.

### Disallowed usage of collection names in AQL expressions

The startup option `--query.allow-collections-in-expressions` added in 3.8.0
Expand Down
0