How to fix it
Replace the lines:
with the following ones:
if (!$this->isSessionExists()) {
// Enable session.use_only_cookies
ini_set('session.use_only_cookies', '1');
}
Replace the lines:
with the following ones:
if (!$this->isSessionExists()) {
// Enable session.use_only_cookies
ini_set('session.use_only_cookies', '1');
}