Um die SID per URL zu übergeben, muss du die Konstante SID anders verwenden: PHP-Code: header('Location: index.php?'.SID); Oder per session-Funktionen: PHP-Code: header('Location: index.php?'.session_name().'='.session_id());
header('Location: index.php?'.SID);
header('Location: index.php?'.session_name().'='.session_id());
Foren-Regeln