Can two different browser share on cookie?
        Posted  
        
            by Hiscal
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hiscal
        
        
        
        Published on 2010-01-28T10:59:53Z
        Indexed on 
            2010/04/23
            0:33 UTC
        
        
        Read the original article
        Hit count: 570
        
Hi Friends
My requirement is pretty interesting, I want to maintain one cookie between two different browser for same domain.
so lets say I have create one cookie with name "mydata" and value "hiscal" from IE, then if i browse same website from firefox and trying to read cookie "mydata" then system should give me value "hiscal"
but this is not happen in general case
so can any one tell me how i can share cookie between to different browser(client) of same domain.
Thanks, Hiscal
© Stack Overflow or respective owner