Antonio Bello posted on October 02, 2006 04:41
The most used authentication type under ASP.NET in a web environment is the Forms Authentication. Sometimes we need multiple applications, each one implementing its own authentication, to share authentication data between other applications, so that if a user logs in one application, he doesn't need to sign in again when accessing the other applications.
[Read the rest of this article...]