for some reason my cookie doesnt wanna work
i simply want to store a variable called $user and it's content, so I do before anything else
<?php if ($userid) setcookie ("userid", $userid, time()+time());
but the page takes forever to load, any ideas why?