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.
我的应用程序使用 Facebook 登录,它与 1 dyno 完美配合。但是当我增加测功机的数量时,应用程序经常忘记我已经登录。我怀疑测功机无法从其他测功机中识别出我的会话。
您需要使用某种共享会话存储,例如 memcached 或 DB 会话存储。默认磁盘存储不会扩展到多个测功机。