I have two applications based out of struts 1.3 frame work and deployed onto glassfish server 3.1.2
app-1 has its own url http:localhost:8080/app-1
&
app-2 has its own url http:localhost:8080/app-2
Functionality: app-1 & app-2 supports various languages. User log's in through app-1 and a cookie is setup for language selected.
Later, there are several href's to app-2 from app-1. The href's are more generic. After reaching app-2 based on language selected at app-1 various pages are displayed.
The issue is, how will app-2 know what is the language selected in app-1 ? How too get cookie set by app-1 to app-2 ? Or is there any other option ?