Skip to content

Commit

Permalink
Merge branch 'b-6.2.x' into b-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Jan 27, 2020
2 parents c326bae + 9a62263 commit 48c2b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ protected function sidToUrlEvent()

private function setSessionCookie($sessionId): void
{
if($this->_getSessionUseCookies()) {
if ($this->_getSessionUseCookies()) {
if (!$this->_allowSessionStart()) {
Registry::getUtilsServer()->setOxCookie($this->getName(), null);
} else {
Expand Down

0 comments on commit 48c2b65

Please sign in to comment.