0, 'path' => '/', 'httponly' => true, 'secure' => $https, 'samesite' => 'Lax', ]); } @session_start(); require dirname(__DIR__) . '/vendor/autoload.php'; require dirname(__DIR__) . '/config.php'; define('VIEWS_PATH', __DIR__); $bootstrap = new Bootstrap(); $bootstrap->init();