Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session already started #142

Open
KennethSeiero opened this issue Mar 8, 2019 · 0 comments
Open

Session already started #142

KennethSeiero opened this issue Mar 8, 2019 · 0 comments

Comments

@KennethSeiero
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant