how to share session between php app and J2ee app?
        Posted  
        
            by Sean Xiong
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sean Xiong
        
        
        
        Published on 2010-04-11T02:00:49Z
        Indexed on 
            2010/04/11
            2:03 UTC
        
        
        Read the original article
        Hit count: 402
        
We may replace php app with j2ee app, but the problem is we wanna replace the modules one by one, which means two apps would co-exist and communicate with each other.
So is it possible to share the user session between the 2 apps? Or use cookie to solve the problem?
© Stack Overflow or respective owner