I have the following scenario: A user logs in to web application A. As soon as he logs in, he can click on the link that will lead him to web application B. To add security, if the user arrives directly to webapp B, a webapp call is made A to check if the user has a valid session, and only then is he allowed access to webapp B.
Both websites use servlets in the weblog.
Any suggestions on how this can be customized?
Sandy source
share