Skip to content

Commit

Permalink
Set request stateless only if the attribute is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored and OskarStark committed Apr 13, 2023
1 parent 2e334ef commit 20ee4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@ the session must not be used when authenticating users:
// ...
};
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`.
Routes under this firewall will be :ref:`configured stateless <stateless-routing>`
when they are not explicitly configured stateless or not.

.. versionadded:: 6.3

Expand Down

0 comments on commit 20ee4d7

Please sign in to comment.