If I have 10 websites, how can I create a single-sign-on such that if they login to any of the 10 websites, going to the other websites automatically detects they are logged in and logs them in.
How is this done? You can't share cookies between domains, so how can you detect if the user logged into any of the 10 sites?