Skip to content

Session already started #142

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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