posted 18 years ago
i have got multiple context in one weblogic server.
Context names: context1, context2, context3, context4, context5.
context1 is main context, this is where all users first comes in and authenticate themselves. after successful authentication i am storing LoginVO object in to session and storing HttpSession object in to a Map and finally storing Map in to ServletContext attribute.
the other modules of my web are in context2 ... context5.
this context dont have any authentication pages.
i want to maintain a single session across all the context. how do i do that.