I have an application with login Id and password. From this application, onclick of a certain menu item, I want to redirect to a different application which also has login Id and password.
I am trying to do this with session.setattribute
but going nowhere.
Both the applications are built on Java EE using Struts and Hibernate. Can someone suggest how to do it?