• Resolved bennettah

    (@bennettah)


    if(empty(session_id())){
        session_start();
    }else {
        session_start(session_id());
    }

    In version 2.3.0 this line was updated: session_start(session_id());

    PHP throws this warning error:
    “Warning: session_start() expects parameter 1 to be array, string given …”

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Session start error – Routes.php’ is closed to new replies.