Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf96dd4

Browse files
authored
new session management environment variables (windmill-labs#861)
1 parent 128cac1 commit cf96dd4

File tree

1 file changed

+3
-0
lines changed
  • docs/core_concepts/47_environment_variables

1 file changed

+3
-0
lines changed

docs/core_concepts/47_environment_variables/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ You can use them in a Script by clicking on "+Context Var":
4444
| DISABLE_RESPONSE_LOGS | false | Disable response logs | Server |
4545
| CREATE_WORKSPACE_REQUIRE_SUPERADMIN | true | If true, only superadmins can create new workspaces | Server |
4646
| WM_MOCKED_API_FILE | /path/to/mocked_api.json | Path to the mocked API file | All |
47+
| MAX_SESSION_VALIDITY_SECONDS | 3 * 24 * 60 * 60 | Session will be invalidated after this amount of seconds of inactivity (default 3 days) | Server |
48+
| INVALIDATE_OLD_SESSIONS | false | Existing session will be invalidated if new session is created if set to true (default false) | Server |
49+
| INVALIDATE_ALL_SESSIONS_ON_LOGOUT | false | All sessions will be invalidated on logout if set to true (default false) | Server |
4750

4851
## Contextual variables
4952

0 commit comments

Comments
 (0)