$_SESSION["variable"] = $variable;
^^^^^^^^^^^
hier muss der Wert hin
$_SESSION["variable"] = "variable";
^^^^^^^^^^^^^
das ist falsch
Um mal der Theorie die Praxis folgen zu lassen: Ich habe jetzt PHP4.2.1 drauf und _beides_ funktioniert einwandfrei. Also PHP4.1.2 unter Windoof ist buggy bezüglich der Session-Verwaltung.
Gruss, Manti