From afc1804dfce48a16deb0767336780ade5ae29094 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Wed, 21 Oct 2015 11:44:08 +0200 Subject: [PATCH] Update changelog regarding the last commit. --- docs/simplesamlphp-changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt index 4cb9414cf..4ca21ce77 100644 --- a/docs/simplesamlphp-changelog.txt +++ b/docs/simplesamlphp-changelog.txt @@ -42,6 +42,7 @@ Released TBD * Fixed an issue with the login form that resulted in a `NOSTATE` error if the user clicked the login button twice. * Fixed an issue with replay detection in IdP-initiated flows. * Fixed an issue with SessionNotOnOrAfter that kept moving forward in the future with every SSO authentication. + * Fixed an issue with the session cookie being set twice for the first time. * Fixed an issue that prevented the SAML 1.X IdP to restart when the session is lost. * Fixed an issue that prevented classes using namespaces to be loaded automatically. * Fixed an issue that prevented certain metadata signatures to be verified (fixed upstream in `xmlseclibs`). -- GitLab