|
Posted by Rik on 02/06/07 17:42
hman <flhman43@hotmail.com> wrote:
> If you use a URL of http://statuspage.cosite.com - They get the blank
> page
> after the login page.
So, what's the code after the login? We cannot guess this.
Also, check what the servers sends as headers (use Fiddler for MSIE or
LiveHTTPHeaders for FireFox to check those).
> My cookies are set as:
>
> setcookie("UserKey", $UK,$expiretime);
>
> setcookie("PHPSESSID",$_COOKIE["PHPSESSID"],$expiretime);
>
> $expiretime is a variable containing the expiration time of the cookie
Cookies are domain specific, but should work if you indeed use
http://statuspage.cosite.com as address of the server that sets the
cookies.
--
Rik Wasmus
Navigation:
[Reply to this message]
|