I have two web application running on same server.
I want to send objects from one servlet in Application1 to another servlet in Application2. How can i do that?
- Will the session object be same for both the app if running on same server?
- How can i share the session object across the applications?
- What if both web applications are on different server?
Please provide link of any good article which address the above issue since i am unable to find one.