Magento 2 Tips: main.WARNING: Session size of 257209 exceeded allowed session max size of 256000.

Posted 4 months ago. Visible to the public.

This can be fixed by excuting folloing configuration.

./bin/magento config:set system/security/max_session_size_admin 512000
./bin/magento config:set system/security/max_session_size_storefront 512000
vasan
Posted by vasan to vasan's deck (2024-01-01 03:58)