I am setting up a Magento store.
The server is running Ubuntu 18.04.5 and Magento 2.4.
After the memcached (service and php extension) installation I updated Magento's session configuration.
Now when i try to access my website i am getting an error.
I need help :/
Error
Magento session configuration (app/etc/env.php)
PHP session configuration
Linux Memcached information
-
Thanks. Have you also commented on the following parameter? ;session.save_pathBeniamino Carriero– Beniamino Carriero2021年01月18日 11:46:17 +00:00Commented Jan 18, 2021 at 11:46
1 Answer 1
I changegd the php.ini "session.save_handler" configuration to "memcached" and it's started to work.