0

Say I have a network of websites. When a user logs in to one, I want them to not have to log in again on the other websites. Is there a secured way to do this?

StackOverflowNewbie
  • 39,403
  • 111
  • 277
  • 441

3 Answers3

4

You could do as stackexchange does and implement OpenID.

That'd allow your users to sign in using one of their favorite services, and can be a two-click sign on experience. They wouldn't even need to fill out a form to register for your sites then.

Cyclone
  • 17,939
  • 45
  • 124
  • 193
1

log in with facebook, another option.

0

Create a domain name that you will use primarily for tracking your network users and use a web beacon image on your login pages to see if a cookie for your tracking domain exists.

Night Owl
  • 4,198
  • 4
  • 28
  • 37