If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
1. Maintain the login state security through a database.
2. Maintain the login state security through a Session.
3.Maintain the login state security through a View State.
4.All of the above
Posted Date:-2022-02-02 13:47:57