After update to PHP 7.4 the user session is lost after 1 hour of inactivity
I have a PHP apache application, running with ZendFramework 2 (old-school I know, but we are migrating to newer tech). Previously the PHP version was 5.6, and the session was persistent for 10 days (we configured it to be that long) We do not want our users to log out, even after 3 days away from computer. But when we upgraded to PHP 7.4, the session is being lost after approximately 1 hour.