会话变量不一致

发布于 2024-12-20 14:38:34 字数 242 浏览 0 评论 0原文

我们有一个会话变量,用于保存用户所在国家/地区。该变量的值有时会发生变化,我们确信我们的代码中没有任何地方可以更改该值,例如,有时它在同一会话中显示美国,有时显示法国!我们在不同的机器和不同的网络上遇到这个问题。

我们尝试打印会话 ID,发现会话 ID 在国家/地区会话更改的同时也发生了更改!这意味着什么?

我们的服务器是由 Godaddy 专用并托管的,我们只使用一个工作进程,没有网络花园或网络农场。

有什么建议吗?

We have a session variable that we use to save the user country. The value of this variable sometimes changes and we are sure there is no place in our code that change this value, for example sometimes it shows USA and some times it shows France within the same session! We experience this problem on different machines and different networks.

We tried to print the session id and we noticed that the session ID is changed at the same time the country session change! What does that mean?

Our server is dedicated and hosted by Godaddy, we only use one worker process, there is no web gardens or web farms.

Any suggestions?

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

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

发布评论

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

评论(1

倾其所爱 2024-12-27 14:38:34

这仅仅意味着您的代码有问题 - 我们看不到,或者会话已过期并且已为用户创建了一个新会话。

不同的会话国家/地区可能会出现不同的会话 ID。

It simply means you have a problem in your code - which we can't see, or the session has expired and a new one has been created for the user.

Different session id's with different session countries can be expected.

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