Spring WebFlow:清理 HttpSession 失效

发布于 2024-11-25 05:13:35 字数 260 浏览 0 评论 0原文

如果我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文