I finally got PHP to send a cookie with the header... Manually with the header, the cookie function didn't work, though it didn't return an error. Just a single 1.
Now i do have cookie. But my value(s) wont be returned to PHP. Could somebody help me please?
Syntax:
$ctime = gmdate("D, d-M-y h:i:s", time()+3600) . " GMT";
header("Set-Cookie: authenticated=yes; expires=$ctime; path=/ \n");