Magento 2.4.4 Admin Login Responce 302 After Upgrade.
Found the issue! In Magento 2.4.4 it seems that a value of "0" for "Max Session Size in Admin" breaks it. Solved this issue for simple run below cli command. After that flush cache.
sudo php bin/magento config:set system/security/max_session_size_admin 2560000
php bin/magento config:set system/security/max_session_size_admin 2560000