本文介绍了PHP会话开始失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好 - 我们有一个相当繁忙的服务器,我们刚开始有PHP会话失败的问题
。我们之前从来没有遇到过这个问题,并且要求服务器流量低于前几个月 -

所以我真的不是确定是什么原因引起这种情况。


有没有人可以提出一些潜在的探索途径,因为
会导致PHP会话失败?


感谢您的任何建议!

Hello there - we have a fairly busy server and we just started to have
problems with PHP sessions failing. We''ve never had this problem before and
to be honist, out server traffic is lower than it has been in prior months -
so I''m really not sure what could cause this.

Could anyone suggest some potentiol avenues to explore for reasons that
could cause PHP sessions to fail?

Thanks for any suggestions!

推荐答案




erm,是的。


您可以向usenet发帖说明您正在运行的PHP版本。什么

平台,以及你正在使用的会话处理程序。


你甚至可以说你已经检查了什么。


您甚至可以通过失败解释您的意思吗?它是否无法创建

会话?会话意外到期了吗?


C.



erm, yes.

You could post to usenet saying what PHP version you''re running. on what
platform, and what session handler you are using.

You might even say what you''ve checked already.

You could even explain what you mean by ''failing'' does it fail to create a
session? does the session expire unexpectedly?

C.





你可以发帖给usenet说你正在运行的PHP版本。什么
平台,以及你正在使用什么会话处理程序。

你甚至可以说你已经检查了什么。

你甚至可以解释你是什么意味着''失败''是否未能创建一个
会话?会话意外到期了吗?

C。



erm, yes.

You could post to usenet saying what PHP version you''re running. on what
platform, and what session handler you are using.

You might even say what you''ve checked already.

You could even explain what you mean by ''failing'' does it fail to create a
session? does the session expire unexpectedly?

C.



这篇关于PHP会话开始失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 21:50