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.
Hi to all, my problem is that i need to share a client session between two webapps that is running in the same JVM, Thanks to all, N: the version of WL is 5.1
why?, there aren�t something trick to achieve this?, or duplicate the session, the problem is that i need to mantain a session variable that indicate the login of the user in the system, but between two webapps, a bad solution will be save the sessionid in a database and set/get the value when i need, but must to be other way
There is a way out. U will have to put the data to be shared in Servlet context. But some servers may not give access to foreign context . [ May 28, 2002: Message edited by: Pradeep Bhat ]
David Cuesta
Greenhorn
Joined: Nov 07, 2001
Posts: 25
posted
0
Can you explain me more?
jon boydell
Greenhorn
Joined: Jul 04, 2001
Posts: 15
posted
0
Or, you could persist the session data. Then share it from there between web apps.
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
posted
0
David , Cant you use url rewriting???
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: How can i share the session between webapps?