1. Home
  2. Docs
  3. Appshare Architecture
  4. Local Node
  5. Load balanced installation with sticky sessions

Load balanced installation with sticky sessions

The “Local Node” and Appshare services are stateless, This means that local nodes can scale horizontally with multiple nodes behind a load balancer.

When the customer service (eg. JD Edwards AIS server) is a stateful service then it requires a sticky sessions on the load balancer. These sticky sessions are usually maintained through http-only cookies. When the local node and customer service is on another domain then the cookies will work if they are used only for stickiness. When they are also used for authentication then it will not work. The Appshare PWA does not follow authentication challenges and is not allowed to set cookies on the customer service domain.

Domains of the services:

How can we help?