N°4289 privUITransactionSession phpDoc

This commit is contained in:
Pierre Goiffon
2021-10-20 17:25:58 +02:00
parent b3f827ed5e
commit 723eb90160

View File

@@ -97,8 +97,10 @@ class privUITransaction
} }
/** /**
* The original (and by default) mechanism for storing transaction information * The original mechanism for storing transaction information as an array in the $_SESSION variable
* 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 class privUITransactionSession
{ {