Closed
Description
Hi,
IspManager and IspManager Light predefine session.save_path in virtual host config as
php_admin_value session.save_path "/var/www/dev/data/mod-tmp"
This prevents from changing session.save_path with ini_set() in SessionManager::initIniOptions().
Value can not be set and result is always «false» that leads to the
Failed to set ini option "session.save_path" to value "/var/www/dev/data/www/example.com/magento2/var/session/".