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.
我知道该web.xml文件允许为所有会话变量设置超时。但是有没有办法为特定会话变量(如错误消息等)配置超时?
web.xml
不,会话就是会话,它“一次性”超时。
您可能需要考虑某种形式的“对话范围”;有几种方法可以实现这一点,大多数使用某种过滤器/拦截器。