|
Posted by J.O. Aho on 02/06/07 18:02
hman wrote:
> If you use a URL of http://SQL1/statuspage/userlogin.php - everything works
> fine.
> If you use a URL of http://10.1.1.100/statuspage/userlogin.php - everything
> works fine.
> If you use a URL of http://statuspage.cosite.com - They get the blank page
> after the login page.
Check so that your DNS is working correctly.
> I'm thinking it has something to do with domains and cookies but I'm not
> sure.
>
> My cookies are set as:
>
> setcookie("UserKey", $UK,$expiretime);
>
> setcookie("PHPSESSID",$_COOKIE["PHPSESSID"],$expiretime);
If using microsoft browsers, it's always a good idea to give the full domain
in the setcookie(), or else you may get troubles.
--
//Aho
Navigation:
[Reply to this message]
|