how to share session between php app and J2ee app?
- by Sean Xiong
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?