Skip to content

Commit 892413a

Browse files
authored
Merge pull request #2 from ppavlovic/master
Call to session_regenerate_id throws an error …
2 parents 791beca + 5ea6a6d commit 892413a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Session.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function destroy()
4949
]);
5050
$params = session_get_cookie_params();
5151
setcookie(session_name(), '', 0, $params['path'], $params['domain'], $params['secure'], isset($params['httponly']));
52-
session_regenerate_id(true);
5352
}
5453

5554
/**

0 commit comments

Comments
 (0)