Skip to content

Restart of session doesn't work #23

Description

@DavidKloucek

I need to close session before long-runing operation, because unclosed session blocks other processes.

$session->start();
//working with session..
$session->close();

//long-running operation

$session->start();
//working with session..
$session->close();

It returns "headers already sent..". Cookie should not be sends again, if I call start() more times, or not?
Sorry for my English.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions