ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What are Sticky Sessions?
 Question Submitted By :: Sundarchum
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are Sticky Sessions?
Answer
# 1
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 ?    1 Yes 0 No
Venky
 
  Re: What are Sticky Sessions?
Answer
# 2
I dont know
 
Is This Answer Correct ?    3 Yes 1 No
Anup
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what are webservices?In which circumstances we can go for webservices? Microsoft2
What tag do you use to add a hyperlink column to the DataGrid?  1
can we place the same DLL in debug folder two times? (without using strong name ) TCS7
WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. HCL9
can u any one tell me clearly where is stored cache datas? Apollo1
What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object Syntax-Softtech3
Can you edit data in the Repeater control?  8
How do you do exception management? Accenture1
Which template must you provide, in order to display data in a Repeater control? Wipro2
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?  2
About DataAdapters ? Accenture7
What is the use of The Page.Master Property?  1
What are the different modes for the sessionstates in the web.config file?  1
how we deploy the asp.net 2.0 application Logistics1
What?s a bubbled event?  1
What are the disadvantages of viewstate/what are the benefits  3
About Postback ? Accenture3
How do you use css in asp.net?  4
What is the lifespan for items stored in ViewState? ISST2
Any disadvantages in Dataset and in reflection ? DELL1
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com