How you will handle session when deploying application in
more than a server? Describe session handling in a webform,
how does it work and what are the limits?

Answers were Sorted based on User's Feedback



How you will handle session when deploying application in more than a server? Describe session han..

Answer / frederickson

If we specify mode ="Inproc" session will store in
webserver itself under aspnet_wp.exe
If we specify mode = "Sqlserver" session will store in
sqlserver and it has to be serialized.

Is This Answer Correct ?    8 Yes 2 No

How you will handle session when deploying application in more than a server? Describe session han..

Answer / frederickson

we have Inproc server and outproc server
for storing session in different server we have to specify
in the webcofing mode="state" and state mode session to be
srialized. and it stores in aspnet_state.exe

Is This Answer Correct ?    5 Yes 1 No

How you will handle session when deploying application in more than a server? Describe session han..

Answer / adrien

You have 3 options.

1. Do not use any session variables.
2. Use a dedicated State Server (or state Server Farm)
3. Use SQL Server for state management

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How to call a function when a class implements 2 interfaces and function is present in both interfaces?

2 Answers  


What is class method c#?

0 Answers  


Define satellite Assembly in .NET?

0 Answers   DELL,


Are there constructors in c sharp?

0 Answers  


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

0 Answers  


List down the fundamental oop concepts?

0 Answers  


What is the use of private constructor in c#?

0 Answers  


What is a system lock?

0 Answers   KEN Group, Wipro,


What is clr in c#?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

5 Answers  


What is the xml document structure?

0 Answers  


what is a static constructor?

0 Answers  


Categories