Hi,
We have created a custom membership provider that we are using in one of our applications and now I would like to use the same provider for all our applications so that you only have to login once and stay logged in when you switch between applications.
Just by using the same provider in web.config for different applications doesnt do the trick, we still have to login for each applications. Maybe its not possible to do this automatic, do you have to check the cookie manually?
Do you guys have any resources to read or suggestions I would really appreciate it.