Revert "some fixes for warnings during phpUnit about setup cookies"

This reverts commit 0591786534.
This commit is contained in:
Ralf Becker 2020-03-04 20:44:10 +01:00
parent 9d38bf3e97
commit 1f84af1966

View File

@ -253,7 +253,6 @@ class setup
case PHP_SESSION_DISABLED:
throw new \ErrorException('EGroupware requires PHP session extension!');
case PHP_SESSION_NONE:
if (headers_sent()) return false;
ini_set('session.use_cookie', true);
session_name(self::SESSIONID);
session_set_cookie_params(0, '/', self::cookiedomain(),