user authentication problem
-
hi, I need to authenticate users to a web site but the problem is I dont want to use session variables, because the site is to be hosted on a web farm running multiple servers and pages can be served from any server. I am trying to figure out how we can authenticate users and how users can be identified after login, in this setup. any ideas will be appreciated thanks for your time karthik
-
hi, I need to authenticate users to a web site but the problem is I dont want to use session variables, because the site is to be hosted on a web farm running multiple servers and pages can be served from any server. I am trying to figure out how we can authenticate users and how users can be identified after login, in this setup. any ideas will be appreciated thanks for your time karthik
Hi Karthik, I have recently read this article at ASPtoday. It should be the solution you are looking for ;-) http://www.asptoday.com/articles/20000704.htm Regards, Tom.