I am working on a project where I have a dropdown menu on the main page of my site that allows the users to select which site they want to visit. Upon selection, the user is supposed to go to the site selected without being required to login because user credentials are available in the code of the original site. How do I achieve this other than using the SSO concept? Can anyone give good working example?
↧