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.
The moose likes JSP and the fly likes Pass Http Session to two different application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Pass Http Session to two different application" Watch "Pass Http Session to two different application" New topic
Author

Pass Http Session to two different application

Balaji Munuswamy
Ranch Hand

Joined: Apr 07, 2002
Posts: 37
Hi all,

I got an interesting requirement. I need to pass Http session information from one application to other application.

After the user login to the Application �a�, if he want to see his travel details then the user should redirect to other application �b� which is hosted in different environment. Is it possible to pass the users authentication details and Http session details to other application?

As I know it is not possible to send user http session from one application to other. Is there any way to handle this condition?

Thanks,
Balaji.M
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

"Balaji.M",

We're pleased to have you here with us on the Ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Pass Http Session to two different application
 
Similar Threads
Creating new session
HTTP-POST redirection using ActionForward
Session Variable
HTTP Session Object
Passing the session to JSF