If I am developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

Submitted by: Administrator
You can use state server for maintaining session in this case.
Submitted by: Administrator

Read Online ASP.NET 2.0 Job Interview Questions And Answers