What are Sticky Sessions?

Answers were Sorted based on User's Feedback



What are Sticky Sessions?..

Answer / venky

Sticky sessions work with the load balancer to improve
efficiency of Persistent Sessions in a clustered configuration.

In a clustered configuration, the load balancer sends
requests to multiple backend Resin servers. Each session has
an owning Resin server and a backup Resin server. The load
balancer will send a session's request to the owning server
or to the backup if the owning server is not available. The
association of a session with a backend server is called
"sticky sessions".

Because the load balancing occurs before any interpretation
of the Virtual Host or Web Application, it's a <server>
configuration variable, with the <session-cookie> directive.

Sticky sessions encodes the session cookie with the owning
server. The encoding using a simple prefix value. 'a' refers
to the first server in the cluster, 'b' refers to the second
server, ..., 'z' refers to the 26th server.

So the session cookie JSESSIONID=cnn8x02mPph_4sOKlbn would
go to the third server, 192.168.0.12 in the following
configuration

<cluster>
<srun id="a" host="192.168.0.10" port="6802"/>
<srun id="b" host="192.168.0.11" port="6803"/>
<srun id="c" host="192.168.0.12" port="6803"/>
</cluster>

Is This Answer Correct ?    5 Yes 1 No

What are Sticky Sessions?..

Answer / anup

I dont know

Is This Answer Correct ?    11 Yes 9 No

Post New Answer

More ASP.NET Interview Questions

Describe the difference between inline and code behind?

2 Answers  


In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?

5 Answers  


Why Web Services?

1 Answers  


explain code with datachaching with example

0 Answers  


what is the challenging situation you faced in your career?

3 Answers   Calsoft, HP, Satyam, Wipro,






In which event of the page life cycle, is the viewstate available?

0 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


What is ISAPI?

2 Answers   IBM,


hi everyone. can anyone send me wipro interview questions on .net. plz its urgent

1 Answers   Wipro,


Is it possible to create web application with both webforms and mvc?

0 Answers  


What are the Types of state management techniques

0 Answers   Digital GlobalSoft,


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

0 Answers  


Categories