nextcloud/lib/private/Session
MartB fe21b10de5 replace setcookie value with '' instead of null.
The php documentation states that an empty string should be used for a cookie when it has no real value.
null leads to the following error: expects parameter 2 to be string, null given

Signed-off-by: Martin Böh <mart.b@outlook.de>
2018-09-06 20:34:16 +02:00
..
CryptoSessionData.php Allow updating the token on session regeneration 2018-06-14 08:09:36 +02:00
CryptoWrapper.php Fix MigrationSchemaChecker and CryptoWrapper 2017-08-01 08:20:16 +02:00
Internal.php replace setcookie value with '' instead of null. 2018-09-06 20:34:16 +02:00
Memory.php Allow updating the token on session regeneration 2018-06-14 08:09:36 +02:00
Session.php Make ISession strict 2018-02-26 22:20:21 +01:00