Skip to content

Commit a36e6ba

Browse files
committed
Session::start() removed resending cookie
1 parent 279dad6 commit a36e6ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Http/Session.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ public function start()
116116
$this->regenerated = true;
117117
}
118118

119-
// resend cookie
120-
$this->sendCookie();
121-
122119
// process meta metadata
123120
if (isset($nf['META'])) {
124121
$now = time();

0 commit comments

Comments
 (0)