dedecms图片集上传图片出错302解决办法

  找到include/userlogin.class.php文件,用代码编辑器将它打开,在第二行session_start();前加上以下代码:   if (isset($_POST["PHPSESSID"])) {     session_id($_POST["PHPSESSID"]); } else if(isset($_GET["PHPSESSID"])) {     session_id
相关文章
相关标签/搜索