--- news <[EMAIL PROTECTED]> wrote:
> Sessions aren't getting set.
> 
> my parent frame is on xyz.com A frame on xyz.com
> loads a frame that contains a page on foo.com the
> page on foo.com start a session and sets a variable.
> 
> but the IE does not accept this session.
> 
> I've loaded this page on foo.com directly and it
> sets the session fine, but if I go to this page from
> the frame it never gets set.
> 
> Any ideas on how to fix this?
> 
> I tested this with Opera and Mozillo and had no problems.

I'm pretty sure that IE 6.0 will not accept 3rd party
cookies from sites that are not P3P compliant. In this
case, it is probably foo.com that needs to be P3P compliant
for its cookie to be set. The W3C (http://www.w3.org/) has
some good resources on making a Web site P3P compliant.

Otherwise, you can probably use a URL variable instead to
pass the session ID instead of relying on cookies.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to