|
Posted by hman on 02/06/07 18:04
After the login page, it just loads the page that sets up the frames which
loads a php page into the bottom frame.
What should I look for in the header? I will find Fiddler to look at it but
not sure what I should your wanting me to look for.
As far as the cookies go, do I need to specify the domain and path in the
cookies for them to work with both the domain and the machine name?
Harry Hambrick
"Rik" <luiheidsgoeroe@hotmail.com> wrote in message
news:op.tnb8s3erqnv3q9@misant.kabel.utwente.nl...
> 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]
|