0, // Session-Cookie 'path' => '/', 'domain' => '', // leer = aktuelle Domain 'secure' => (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off'), 'httponly' => true, 'samesite' => 'Lax', // oder 'Strict' falls du sehr streng sein willst ]); session_start(); } } require __DIR__ . "/config.php"; require __DIR__ . "/db.php"; require __DIR__ . '/../src/functions.php';