在两个上下文之间传递会话

发布于 2024-10-30 13:55:56 字数 219 浏览 2 评论 0原文

是否有一种可接受的方式在两个会话之间传递会话?

我们在 Websphere 应用程序服务器 7.0 上有 2 个应用程序。需要将会话从一个应用程序传递到另一个应用程序。

设想: 一个应用程序中的用户选择切换到另一个上下文(应用程序),我们希望新应用程序接收用户在先前应用程序中拥有的会话数据。

请注意,据我所知,这两个应用程序驻留在同一个应用程序服务器上,具有相同的 JVM。

Is there a acceptable way of passing sessions between two sessions?

We have 2 applications on a Websphere application server 7.0. The need is to pass an session from one application to another.

Scenario:
User in one application chooses to switch to another context (application), we want the new application to receive the session data that the user had in the earlier application.

Please note that the two applications reside on the same app server, same JVM as I understand it.

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

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

发布评论

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

评论(1

长不大的小祸害 2024-11-06 13:55:56

Websphere 支持同一个耳朵中的战争之间共享会话上下文(请参阅 ibm-application-ext.xml),这违反了 j2ee 规范,并且您将自己暴露在供应商锁定之下。
您可以使用数据库作为基于用户的信息的公共存储。

Websphere supports shared session context between wars in a same ear (see ibm-application-ext.xml) This is against the j2ee specifications and you are exposing yourself to vendor lock in.
You could use a database as a common store for user based information.

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