PHP session handling errors

后端 未结 13 1170
感动是毒
感动是毒 2020-12-15 17:33

I have this at the very top of my send.php file:

ob_start();
@session_start();

//some display stuff

$_SESSION[\'id\'] = $id; //$id has a value         


        
13条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-15 18:12

    check your cpanels space.remove unused file or error.log file & then try to login your application(This work for me);

提交回复
热议问题