StateServer session mode advantages - State Management System

Q.  What is/are the advantages of StateServer session mode?
- Published on 28 Jul 15

a. Its keeps the data separate from IIS so; if any Issue comes with IIS it will not hamper Session data.
b. It is useful in web farm and web garden scenarios.
c. Process is fast due to serialization and de-serialization.
d. A and B are the correct option.

ANSWER: A and B are the correct option.
 

    Discussion

  • Nihal   -Posted on 30 Sep 15
    The advantage of StateServer session object is as follows..
    • Its keeps the data separate from IIS so; if any Issue comes with IIS it will not hamper Session data.
    • It is useful in web farm and web garden scenarios.
    This is also called as Out-Proc session mode. It is managed by aspnet_state.exe. It needs serialization and deserialization process to store data.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)