一个很奇怪的session问题。。
PHP code
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
-->
//session_start();
$op = @$_GET['op'];
if($op=='1'){
for ($i=0; $i
------解决方案--------------------
你的 两个浏览器 是如何打开的?
如果是两个选项卡或者是通过菜单新建窗口产生的,都会有你说的现象
你可以在程序中加入
echo session_id();
来观察和判断 session_start() 会锁的现象
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn