This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
session management problem among two different server
Deepanshu Saxena
Greenhorn
Joined: May 10, 2012
Posts: 5
posted
0
I have two application running on different server. When a user login to the first application , after login it gives the link of the another application running on different server, when user click he has to enter again his credentials to login.
How can i managed the session when user goes to the other appliactaion?
Is there any way to maintain the seeeion between two application running in two different web server ?
Ali John
Greenhorn
Joined: May 10, 2012
Posts: 11
posted
0
you should use Third party cookies
Deepanshu Saxena
Greenhorn
Joined: May 10, 2012
Posts: 5
posted
0
jsp adventure wrote:you should use Third party cookies