Skip to content

Commit

Permalink
Merge pull request LibreBooking#82 from qlux/develop
Browse files Browse the repository at this point in the history
Fix PHP session conflict with SimpleSAML
  • Loading branch information
effgarces authored Nov 7, 2021
2 parents 09e81a1 + 7d84743 commit 86a55f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Authentication/Saml/adSAML.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function authenticate()
$this->userAttributes = $this->authSimple->getAttributes();
$returnValue = true;
}
SimpleSAML_Session::getSessionFromRequest()->cleanup(); // Reverts to our PHP session
return $returnValue;
}

Expand Down

0 comments on commit 86a55f6

Please sign in to comment.