会话变量不一致
我们有一个会话变量,用于保存用户所在国家/地区。该变量的值有时会发生变化,我们确信我们的代码中没有任何地方可以更改该值,例如,有时它在同一会话中显示美国,有时显示法国!我们在不同的机器和不同的网络上遇到这个问题。
我们尝试打印会话 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这仅仅意味着您的代码有问题 - 我们看不到,或者会话已过期并且已为用户创建了一个新会话。
不同的会话国家/地区可能会出现不同的会话 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.