potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

Session already started #142

Open KennethSeiero opened 5 years ago

KennethSeiero commented 5 years ago

PHP Notice: A session had already been started - ignoring session_start() in ../inc/classes/Session.php on line 45

i've currently fixed this with;

    if ( session_status() === "PHP_SESSION_NONE" ) {  }

encapsulating the session content of $start