解决办法是: 在include/userlogin.class.php文件中的第二行session_start();前加上 if (isset($_POST["PHPSESSID"])) { session_id($_POST["PHPSESSID"]); } else if (isset($_GET["PHPSESSID"])) { session_id($_GET["PHPSESSID"]); }
本文固定链接: http://blog.wmphp.com/668.html | 速光网络博客
昵称
邮箱
网址
用户名:
密 码:
记住我