Skip to content

Commit b5a0076

Browse files
committed
Session::start() removed resending cookie
session_id() forces session_start() to send cookie
1 parent 60d76c0 commit b5a0076

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Http/Session.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ public function start(): void
118118
$this->regenerateId();
119119
}
120120

121-
// resend cookie
122-
$this->sendCookie();
123-
124121
// process meta metadata
125122
if (isset($nf['META'])) {
126123
$now = time();

0 commit comments

Comments
 (0)