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
Prev Previous commit
Next Next commit
Review
  • Loading branch information
Simran-B committed Jul 1, 2021
commit f58817cc0b35cad4385e12e3be0b1a3a0ab7394b
8 changes: 4 additions & 4 deletions 3.9/programs-arangod-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@ The default value is *true*.

`--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.
The timeout value for web interface sessions is now configurable via the
startup option `--server.session-timeout`. The value for the option can
be specified in seconds. 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.

Expand Down
7 changes: 4 additions & 3 deletions 3.9/release-notes-upgrading-changes39.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ 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.
The timeout value for web interface sessions is now configurable via the
startup option `--server.session-timeout`. The value for the option can
be specified in seconds. 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.

Expand Down
0