两个 Web 应用程序会共享相同的会话 ID 吗?

发布于 2024-12-03 08:49:40 字数 502 浏览 2 评论 0原文

我在同一服务器和域上有两个 ASP.NET Web 应用程序,例如 myServer/app1myServer/app2

app1 读取 Session.SessionID,然后重定向到 app2app2 会读取相同的 Session.SessionID 值吗? 两个应用程序都在同一应用程序池下运行并使用 InProc 会话状态。

背景:这在我们的服务器上可以工作(相同的 SessionID),但在我们客户的服务器上无法工作(不同的 SessionID)。我试图找出

  • 我们是否做出了错误的假设,并且它只是偶然在我们的服务器上工作(为什么?)或者
  • 客户的服务器以某种方式配置错误。

因此,我想知道应该会发生什么。

I have two ASP.NET web applications on the same server and domain, e.g. myServer/app1 and myServer/app2.

app1 reads Session.SessionID and then redirects to app2. Will app2 read the same Session.SessionID value? Both applications run under the same application pool and use InProc session state.

Background: This works (same SessionID) on our server but fails to work on our customer's server (different SessionID). I'm trying to find out

  • if we made wrong assumptions and it works just by accident on our server (why?) or
  • the customer's server is misconfigured somehow.

Therefore, I'd like to know what's supposed to happen.

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

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

发布评论

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