Closed
Solved
Session persistence on azure load balancer
Hi,
Do we need session persistence to be enabled ON in the azure load balancer settings for Pega applications ?
Thanks,
Siva
@SayantanC3655 @Sivaraman
did you already go through the documented Setting up load balancers ?
Pega Platform requires session-based affinity support in a load balancer to ensure that requests from one user are directed to a specific application server that maintains the state for that user. It is a Pega best practice to use cookie-based session affinity. Therefore, the "None (hash-based)" option in Azure load balancer, which provides stickiness only within a transport session, may not be suitable for Pega applications as it does not maintain user session affinity across multiple requests.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Pega 7.2.2 session gets automatically logged off after login
Cookie usage in Pega software > Pega Cloud – High Availability
Balancing HTTP traffic across multiple server nodes
@SayantanC3655 @Sivaraman
did you already go through the documented Setting up load balancers ?
Pega Platform requires session-based affinity support in a load balancer to ensure that requests from one user are directed to a specific application server that maintains the state for that user. It is a Pega best practice to use cookie-based session affinity. Therefore, the "None (hash-based)" option in Azure load balancer, which provides stickiness only within a transport session, may not be suitable for Pega applications as it does not maintain user session affinity across multiple requests.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Pega 7.2.2 session gets automatically logged off after login
Cookie usage in Pega software > Pega Cloud – High Availability
Balancing HTTP traffic across multiple server nodes
Authentication > Session management