• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

single session across multiple context in 1 weblogic server.

 
Ranch Hand
Posts: 223
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try asking in the Weblogic forum
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic