PHP 7.4 session_start and setcookie (session not start and cookie not set) – Debian
I have two questions to ask, on the same topic. In a new server (debian 10) whith standard parameters in php.ini (7.4) and standard apache2 configurations, the following code doesn't work. session_name('mySiteSession'); session_start(); $params = [ 'lifetime' => time()+600, 'path'…