From 723eb901609fb7ae8c09e37835a24ec6533c08f3 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 20 Oct 2021 17:25:58 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04289=20privUITransactionSession=20phpDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/transaction.class.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/transaction.class.inc.php b/application/transaction.class.inc.php index f818eba67..56307a357 100644 --- a/application/transaction.class.inc.php +++ b/application/transaction.class.inc.php @@ -97,8 +97,10 @@ class privUITransaction } /** - * The original (and by default) mechanism for storing transaction information - * as an array in the $_SESSION variable + * The original mechanism for storing transaction information as an array in the $_SESSION variable + * + * Warning, since 2.6.0 the session is regenerated on each login (see PR #20) ! + * Also, we saw some problems when using memcached as the PHP session implementation (see N°1835) */ class privUITransactionSession {