---
title: "What does sticky session mean in a web-farm scenario?"  
description: "What does sticky session mean in a web-farm scenario?"  
author: "James Smith"  
published: 2011-05-17  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/926/what-does-sticky-session-mean-in-a-web-farm-scenario  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What does sticky session mean in a web-farm scenario?

Sticky session is a characteristic which provides load balancing solution for web farms for re-routing the request of the session to the machine which first answered the request for that session. This ensures the session persistency in case when the session is routed to other servers. Sticky session causes uneven load distribution across servers.

## Answers

### Answer by James Smith

Sticky session is a characteristic which provides load balancing solution for web farms for re-routing the request of the session to the machine which first answered the request for that session. This ensures the session persistency in case when the session is routed to other servers. Sticky session causes uneven load distribution across servers.


---

Original Source: https://www.mindstick.com/interview/926/what-does-sticky-session-mean-in-a-web-farm-scenario

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
