You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/".