一个关于session的小问题

用ajax提交数据返回值正确但是带着下面的一个关于session的问题

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of
主要意思是session  与变量不能同名 或者 session变量为 null 且 与 变量同名

最后发现是session中的名字写重复了。

你可能感兴趣的:(session)