Hi all,
I have some code here:
[tt]
$time = time();
$exp = $time + 60;
$cookie = setcookie("usercookie", "hello", $exp);
[/tt]
that is meant to set a cookie, and it does in netscape 4.8 but it IE doesn't seem to take it (it is not there when I check in the script). Anyone got any ideas?
fortytwo
will@hellacool.co.uk
I have some code here:
[tt]
$time = time();
$exp = $time + 60;
$cookie = setcookie("usercookie", "hello", $exp);
[/tt]
that is meant to set a cookie, and it does in netscape 4.8 but it IE doesn't seem to take it (it is not there when I check in the script). Anyone got any ideas?
fortytwo
will@hellacool.co.uk