关于浏览器会话的问题

发布于 2024-11-13 10:47:06 字数 200 浏览 2 评论 0原文

在 Java Web 应用程序中,如果我正在浏览一个站点,然后打开另一个 IE 8 窗口* 并转到同一站点,是否有办法检测新请求是否来自同一台计算机的另一个窗口。

基本上我的要求是提醒用户他们无法打开同一站点的另一个窗口。

*在 IE 8 中,所有窗口共享同一个会话。因此 request.getsession() 将始终在所有窗口中返回相同的 ID。

In a java web app, if I am browsing a site and then I open another IE 8 window* and go to the same site, is there a way to detect that the new request has come from another window from the same machine.

Basically my requirement is to alert the user that they cannot open another window with the same site.

*In IE 8 all windows share the same session. Hence request.getsession() would always return the same ID across all the windows.

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

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

发布评论

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

评论(1

维持三分热 2024-11-20 10:47:06

代码项目上有一篇关于这个确切问题的精彩文章。并非 100% 可能检测到这一点,但可以解决它。

There is a great article about this exact question over at The Code Project. It's not 100% possible to detect this, but it is possible to work around it.

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