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 应用程序中使用会话范围的 bean,我偶然发现了这篇文章。
现在我想测试我的会话 bean 是否被正确地钝化和重新激活,但是我该如何在春天做到这一点呢?我正在寻找一种方法来设置会话钝化超时或强制会话以编程方式钝化的函数。