Cross-Domain Cookie Problem
        Posted  
        
            by Frederick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Frederick
        
        
        
        Published on 2010-05-31T07:30:51Z
        Indexed on 
            2010/05/31
            7:32 UTC
        
        
        Read the original article
        Hit count: 497
        
Hi Guys,
I have a domain A.com [my website] and a remote website B.com which integrates an iframe from my domain [A.com] with a piece of javascript.
I want to share cookies across these domains [within the iframe]? How would I go about doing this so it works properly? I thought A.com and B.com are in the same-origin policy ?
© Stack Overflow or respective owner