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.
嗨,我需要澄清一下会话管理。我想使会话远离服务器的 jvm,即我不希望会话存储在 Web 服务器中。我也希望会话是无状态的。我希望实现跨域单点登录。有人可以给我一个更好的方法或工具来实现这一目标吗?提前致谢。
无状态会话?然后考虑将其保留在数据库中。