diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt index 4cb9414cf4991a0e4d9304dc22c19cfcddf91a0f..4ca21ce77d9e5593757d44862793f7382fb0c795 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`).