The moose likes Websphere and the fly likes WAS 4.0 - Session Affinity Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "WAS 4.0 - Session Affinity" Watch "WAS 4.0 - Session Affinity" New topic
Author

WAS 4.0 - Session Affinity

Sam Kumar
Ranch Hand

Joined: Nov 30, 2001
Posts: 38
Hi,
How to explicitely turn off Session Affinity in WAS 4.0? In order to test Session failover across mulitple clones, we need to turn off session affinity so that each request from same browser should go to different clones.
In WAS 3.0.2, we can explicitely specify Session Affinity as false in bootstrap.properties.
ose.session.affinity=true/false
I was wondering whether this will work for 4.0.
Any ideas!
Thanks in advance.
Sushil Singh
 
 
subject: WAS 4.0 - Session Affinity
 
Threads others viewed
WebSphere 4.0.1 AE load balancing
HttpSession invalid across clones
session failover in WAS 3.5.4
invalid HttpSessions across clones
WAS 4.0 - How to connect to a particular clone?
IntelliJ Java IDE