• 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

Session replication issues on clustered env

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We're using the following landscape for our application:
weblogic 10.3 with Oracle 11 and Apache server for the UI layout.

Our application is working on 2 clusters.

We're facing some issues with our session replication.

For some reason when both of our clusters are up and running we're not able to login to the application because of session expiration.
When only one cluster is up then everything is working ok.

Our weblogic.xml definition is:
<session-descriptor>
<tracking-enabled>true</tracking-enabled>
<cookie-path>/XXXXX</cookie-path>
<persistent-store-type>replicated_if_clustered</persistent-store-type>
<url-rewriting-enabled>false</url-rewriting-enabled>
<monitoring-attribute-name>id</monitoring-attribute-name>
<cookie-name>XXXXX</cookie-name>
</session-descriptor>
Also the behaviour is inconsistent and sometime it can happend after few hours.

Do you know what could be the cause of that?

Thanks,
Orel
 
reply
    Bookmark Topic Watch Topic
  • New Topic