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.
我正在寻找关于如何在 Spring 的会话中仅使一个参数过期的最佳解决方案。我有一个 3 小时后过期的会话,我需要向它添加一个参数并在 10 分钟内过期。
有什么建议么 ?
谢谢
您可以创建一个解决方案,其中对会话的所有访问都通过一个组件,该组件包装您的会话并提供您想要的到期策略。这个组件可以有一个session范围。
session