Skip to content

Session already started #142

@KennethSeiero

Description

@KennethSeiero

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions