Background Information ====================== Application Server: WebSphere Application Server with 2 JVMs created, server1 (port 9081) and server2 (port 9082) Web Server: IBM HTTP Server, webServerX Application: 2 applications, appA (installed in server1) and appB (installed in server2)
Problem Encountered =================== User only need to login once in either appA or appB, then he can be redirected back and forth with sessionID as authentication key without furhter login action, i.e appA redirects to appB, then appB redirects back to appA. In both applications, I do the redirection by "location.replace(URL)". SessionID must be consistent through out user's operation, otherwise re-login is required.
Has anyone encountered the mentioned problem before? I'm really frustrated by this situation, would appreciate if someone could give me some advices, thousands thanks.