• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

setting global values in weblogic session

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
need to set certain values in session that would be global to whole application like in OC4j the code used to get Session was

Is there a similar solution in weblogic like getting a separate thread of weblogic or to get session from weblogic server context or anything else that would resolve this issue?
 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

kv ruby wrote:need to set certain values in session that would be global to whole application like in OC4j the code used to get Session was

Is there a similar solution in weblogic like getting a separate thread of weblogic or to get session from weblogic server context or anything else that would resolve this issue?



Hi Kv,

I would like to know why would you want a separate thread for this purpose?

You are a developer, this will help you, I guess !!

Hope this helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic