Hi
Dummer denkfehler ? :
<?php
error_reporting(E_ALL);
setcookie("soc_test", "testwert", time()+(300));
if(isset($_COOKIE['testcookie'])) {
header('Location: start.php');
exit();
} else {
header('Location: nocookies.htm');
exit();
}
?>
mfg
KRIS