Hallo Erri,
Ich hab hier mal alles rausgenommen, was nicht so dringend notwendig ist:
<?php
session_start();
$_SESSION['foo'] = 'bar';
print SID;
print $_SESSION['foo'];
print '<a href="' . $_SERVER["PHP_SELF"] . '?' . SID . '">Restart</a>';
?>
Cookies sind abgeschaltet, ist das so klarer?
Dieter