You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most ssp can be stateless, but the ratelimit function uses temporary files to cache the service status, which results in the need to enable verification codes during stateless deployment, which greatly affects user usage. Can we use redis or other configurable methods instead of temporary files?
We could just add doc about using a kind of sticky sessions (selecting backend by src ip for example), it's not perfect but avoids adding dependencies and is already working if you need HA
ssp 大部分都可以是无状态的,但是 ratelimit 功能使用了临时文件缓存了服务状态,这导致在无状态部署的时候不得不开启验证码,这非常影响用户使用,我们是不是可以 使用 redis 或者其他的可配置的方式代替临时文件?
Most ssp can be stateless, but the ratelimit function uses temporary files to cache the service status, which results in the need to enable verification codes during stateless deployment, which greatly affects user usage. Can we use redis or other configurable methods instead of temporary files?
self-service-password/htdocs/index.php
Line 168 in f74c01c
The text was updated successfully, but these errors were encountered: