Hallo!
Ich habe das Problem mit Javascript gelöst:
Schreibe im PHP-COde z.B.
---
print "<script language='JavaScript'>parent.frames[2].location.href='gruppenverwaltung.php?".session_name()."=".session_id()."&id=".$id."';</script>";
---
Parent frames kannst du auch durch location.href ersetzen.
Dieser Code-Schnipsel schickt auch gleich noch bei Session-Benutzung die aktuelle ...