Skip to content

Commit

Permalink
add a note about rate limit and sticky sessions (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Jul 22, 2024
1 parent 3770c4d commit a55b629
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/config_rate_limit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ per login and per minute, and same for IP address:
$use_ratelimit = true;
.. tip:: rate limit feature use temporary files. So if you enable it,
self-service-password is not a stateless service any more.
If you have multiple instances of self-service-password,
you can set up a sticky-sessions system on your
high-availability equipment.


Other possible options for rate limiting:

.. code-block:: php
Expand Down

0 comments on commit a55b629

Please sign in to comment.