From 2748d2da99f908aeede82f4ad1a4c5dcc651abab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Mon, 16 Sep 2019 11:21:46 +0200 Subject: [PATCH] Remove misleading phpdoc This comment used to be true, but the behaviour was changed in 3c52b289c253a8c5395908d0d3493a879f869d53 in order to purge old data more often. --- lib/SimpleSAML/Session.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 5c7a13bcf..c88868f7c 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -934,9 +934,6 @@ class Session implements \Serializable, Utils\ClearableState /** * This function removes expired data from the data store. * - * Note that this function doesn't mark the session object as dirty. This means that - * if the only change to the session object is that some data has expired, it will not be - * written back to the session store. * @return void */ private function expireData() -- GitLab