Recently, systems administrators scaled a web application you designed from one
web server to three web servers. Requests are distributed between the servers using
round-robin DNS. Since the upgrade, the administrators have noticed that sessions are reset when a user request is sent to a different server. How can you solve the problem ?

Each answer forms part of the complete solution

 Posted by Rajkatie on 11/28/2012 | Category: ASP.NET Interview questions | Views: 4274 | Points: 40
Select from following answers:
  1. Use the StateServer session state mode and Configure all web servers with the same machine key.
  2. Use cookieless session state.
  3. Create a custom PageStatePersister.
  4. All Above

Show Correct Answer


Source: Microsoft Press | | Alert Moderator 

Comments or Responses

Login to post response