Spring WebFlow:清理 HttpSession 失效
如果我需要在 Flow 完成时执行一些资源清理(删除临时文件),包括当 HttpSession 超时时,最好的方法是什么?
FlowExecutionListener.sessionEnding()
在访问结束状态时调用,但在 HttpSession 超时时不调用。
是否有一种安全的方法让 HttpSessionListener
访问 SWF 范围?
(Spring 3.0、WebFlow 2.3)
If I need to perform some resource cleanup (deleting temporary files) upon Flow completion, including when the HttpSession
times out, what's the best way to do this?
FlowExecutionListener.sessionEnding()
is called when an end-state is visited, but not when the HttpSession times out.
Is there a safe way for an HttpSessionListener
to access to SWF scopes?
(Spring 3.0, WebFlow 2.3)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论