JAX-WS 中的会话管理

发布于 2024-12-22 05:19:54 字数 104 浏览 3 评论 0原文

是否可以在同一应用程序上的 Web 服务方法和不同 Web 服务方法中进行安全会话管理?如果我在 Web 服务的方法中创建会话,如何从同一 Web 服务或不同 Web 服务的另一个方法获取会话?

Is it possible a secured session management in methods of a web service and methods of different web services on same application? If I create a session in a method of a web service, how to get session from another method of same web service or different web service?

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

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

发布评论

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

评论(2

娇纵 2024-12-29 05:19:54

我希望这篇文章对您有用:
http://it.spsu.edu/research/Tech_Report/Kai_1.pdf

问候,

安德烈。

I hope this post will be useful for you:
http://it.spsu.edu/research/Tech_Report/Kai_1.pdf

Regards,

Andre.

挥剑断情 2024-12-29 05:19:54

一种解决方法是将 cookie 传递到 webService 中的每个方法中。

One workaround would be to pass a cookie into every method in the webService.

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