在 Wicket 中设置超时值?

发布于 2024-09-12 08:42:01 字数 80 浏览 4 评论 0原文

如何在不使用 web.xml 文件的情况下在 Wicket 中设置超时值;我没有使用。我的项目使用可添加书签的页面,我认为这可以防止会话正常超时。

How do you set the timeout value in Wicket without using the web.xml file; I am not using one. My project uses bookmarkable pages which I think prevent the session from timing out normally.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失退 2024-09-19 08:42:01

要从 Wicket 内部而不是更常用的方式(通过 web.xml)操作类似的内容,您需要掌握正在使用的实际 HttpSession。

我没有尝试这样做,但是这个 博客条目提供了一些如何建立此连接的提示。

它有点旧,所以一些细节会发生变化。博客的最后一条评论提供了博客主要内容的替代方案,看起来更新一些,更有前途。

To manipulate something like this from inside Wicket instead of the more usual way (through web.xml), you'll need to get hold of the actual HttpSession being used.

I haven't tried to do this, but this blog entry provides some hints of how to make this connection.

It's a bit old, so some of the details will have changed. The last comment to the blog provides an alternative to the main content of the blog and looks a bit more recent and more promising.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文