Hi,
I have two different application the running on ASP.NET 2.0, for both application i have user login using form authentication method, how can i share the login credential between the application. For example, once the user login for application 1, if within the same browser if user click the link to application 2, how can the user be authenticated without login again. FYI, i am using same database for two different applicaiton. Thanks.