/workspace/nt-study-guide/src/config/config.php:10:define('SESSION_NAME', 'nt_study_session'); /workspace/nt-study-guide/src/config/config.php:20:// Start session /workspace/nt-study-guide/src/config/config.php:21:if (session_status() === PHP_SESSION_NONE) { /workspace/nt-study-guide/src/config/config.php:22: session_name(SESSION_NAME); /workspace/nt-study-guide/src/config/config.php:23: session_set_cookie_params([ /workspace/nt-study-guide/src/config/config.php:24: 'lifetime' => SESSION_LIFETIME, /workspace/nt-study-guide/src/config/config.php:30: session_start();