From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:20:13 +0000 (-0700) Subject: Documentation: fix session cookie config type X-Git-Tag: v2.13.0-beta.rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16069cde2339b2728eda83d9650a5dc55069f02c;p=thirdparty%2Fpaperless-ngx.git Documentation: fix session cookie config type --- diff --git a/docs/configuration.md b/docs/configuration.md index 301e86fc23..5b0434aaf0 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -611,7 +611,7 @@ You can optionally also automatically redirect users to the SSO login with [PAPE : Only applies to regular (non-SSO) accounts. See the corresponding [django-allauth documentation](https://docs.allauth.org/en/latest/account/configuration.html) -#### [`PAPERLESS_SESSION_COOKIE_AGE=`](#PAPERLESS_SESSION_COOKIE_AGE) {#PAPERLESS_SESSION_COOKIE_AGE} +#### [`PAPERLESS_SESSION_COOKIE_AGE=`](#PAPERLESS_SESSION_COOKIE_AGE) {#PAPERLESS_SESSION_COOKIE_AGE} : Default login cookie expiration. Applies to regular logins if remember is enabled and always for SSO logins. See the corresponding [django documentation](https://docs.djangoproject.com/en/5.1/ref/settings/#std-setting-SESSION_COOKIE_AGE)