From e13a31f055e542f39253bd03749727597990af42 Mon Sep 17 00:00:00 2001 From: Douglas Silva Date: Mon, 29 Jun 2026 19:16:20 -0300 Subject: [PATCH] Expand the description of sessionCookieDurationS Explain that a value of zero means the default (one week), and a value of -1 means forever (one year). --- users/config.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/config.rst b/users/config.rst index c5da3954..28d5144d 100644 --- a/users/config.rst +++ b/users/config.rst @@ -968,7 +968,9 @@ The following child elements may be present: .. versionadded:: 2.1.0 How long to remain logged in when "stay logged in" is checked in the GUI - login form. In seconds, default 604800 (one week). + login form. In seconds, default is 604800 (one week). A value of 0 uses + the default, and a negative value (e.g. -1) means "forever" (it's + actually one year). .. option:: gui.sessionCookiePath