ok i have the following code
$cookie=@$_COOKIE['iwgloginsystemuserloggedin'];
if($cookie==true){echo "cookie is there";}
i know the cookie is getting set but its getting set on a different page without the time set (this is so that the cookie is deleted when the user unloads the page) but i think it's deleting my cookie when the user clicks a link within my site any ideas?