Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 web2py 应用程序并且正在使用默认/用户/登录来登录我的应用程序,但有时当我登录应用程序时重定向到登录页面 agin 有时系统登录正常并且没有问题我不知道为什么?
所以请谁能告诉我?
提前致谢
我已经看到基于 cookie 的负载平衡发生了类似的情况。cookie 设置得太晚了,所以用户有时会在登录时切换前端。
如果您有超过 2 个前端的负载均衡器,您可能会在 50% 的时间看到这种情况。
检查日志并确保所有命中都进入同一个前端。