SESSION_LIFETIME, 'path' => '/', 'secure' => false, 'httponly' => true, 'samesite' => 'Lax', ]); session_start(); } // Error reporting (disable in production) error_reporting(E_ALL); ini_set('display_errors', '0'); ini_set('log_errors', '1');