Skip to content

Restart of session doesn't work #23

@DavidKloucek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions