cancel
Showing results for 
Search instead for 
Did you mean: 

WDScopeUtil and multiple server nodes

Former Member
0 Kudos

Would it be safe to store information with

WDScopeUtil.put(CLIENT_SESSION_CODE, name, data) in a clustered J2EE Server environment?

Accepted Solutions (1)

Accepted Solutions (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi Thorsten Schatz

No, WDScopeUtil works only within one server node.

But why do you need so? After user opens new client session with WebDynpro application all his later requests will come to a particular dedicated server node. Load Balancing dispatcher determines the dedicated node initially. And the user works with dedicated node until his session is over.

BR, Siarhei

Answers (0)