Skip to content

Commit

Permalink
Don't call session_start() when PHP session is still or already open.
Browse files Browse the repository at this point in the history
Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de>
  • Loading branch information
rotdrop authored and szaimen committed Apr 17, 2023
1 parent e63720b commit 45ec432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Session/Internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public function clear() {
$this->reopen();
$this->invoke('session_unset');
$this->regenerateId();
$this->invoke('session_write_close');
$this->startSession(true);
$_SESSION = [];
}
Expand Down

0 comments on commit 45ec432

Please # to comment.