After a successful verification of user/pass, I do setcookie("JazUser[0]", $user_name, time() + 3600, "/"); and header("Location: switchboard.php");
This works on Win/MSIE5 but not on Linux/Netscape4.72.
Are headers treated different on the two platforms?
Any ideas?
Steinar.