email og user_id vil aldrig fungere for udgiveren:da login-funktionen returnerer "pub_id" og "cemail". For at løse dette kan du ændre SQL til:
$q = "SELECT pub_id as user_id, company_name, cemail AS email FROM
pub WHERE cemail='$e' AND password=SHA1('$p')";