[DOCS] Update session docs to clarify encryption (#1448)
This looks like it just fell out of sync with what actually already exists within the [`config.template.yml`](695cd5bf8f/config.template.yml (L291)
).
pull/1450/head
parent
695cd5bf8f
commit
29af1aac6a
|
@ -22,7 +22,7 @@ session:
|
|||
# The name of the session cookie. (default: authelia_session).
|
||||
name: authelia_session
|
||||
|
||||
# The secret to encrypt the session cookie.
|
||||
# The secret to encrypt the session data. This is only used with Redis.
|
||||
# Secret can also be set using a secret: https://docs.authelia.com/configuration/secrets.html
|
||||
secret: unsecure_session_secret
|
||||
|
||||
|
|
Loading…
Reference in New Issue