What would be the best approach to maintain login-in state for the users?
-
If I am developing an application that must accomodate 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? please answer this question this question asks to me in interview.
-
If I am developing an application that must accomodate 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? please answer this question this question asks to me in interview.
Jas 007 wrote:
ogin 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?
I have written a complete article on Maintaining session in Web Farm , Load balancer scenario. Please Have a look Exploring Session in ASP.Net[^]
cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net