the code is simple enough - I think:
(array)$line;
$line[0] = $LoginID;
$line[1] = $SchoolNbr;
$cookieData = implode("|", $line);
setcookie('dmv_cookie', $cookieData, time() +3600);
header("Location: schollPm3RqwT.php");
Now remember, I said it worked well a few days ago, it works on my other computer and I just checked it in the local Library and it works there as well. But not on my main development PC - any longer.