Manage state of login

If a web application is spread over 3 web servers, than what is be the best approach to manage state of login form?

Questions by asdfg.usa

Showing Answers 1 - 9 of 9 Answers

The Login state can be maintained by having the Session state stored in  State Server which means that we have to store the Session state information in the Server being prompted in the State Connection string in Web.Config file of the Application being created.

  Was this answer useful?  Yes

rasik210

  • Jul 7th, 2010
 

We can manage the same information in out proc (SQL Server) as well but it might have a performance hit if login credentials, login information or login validation is required quiet frequently in every page. But this approach would be most versatile if user session is likely to expand for really long and we don't want to miss the login information.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions