| View previous topic :: View next topic |
| Author |
Message |
ohheck
Joined: 01 Jan 2008 Posts: 1
|
Posted: Tue Jan 01, 2008 7:47 am Post subject: Controlling entry to my website |
|
|
My website is controlled by password and/or IP address. I have a client who has a password protected website and that client has about 15,000 users. I would like to be able to allow all users of that client's site to be able to enter my website once they have logged into the client's site. I do not know the client's users and do not want to have to create thousands of passwords or IP accounts for those users.
Is it possible to allow entry for all users logged into another website into my website. That is, anyone who logs into the client's website can click on a link that would allow them entry to my website. All of the users of the client's website have very different and unique IP address as they login from around the world. |
|
| Back to top |
|
 |
|
|
leonard 100+ Club

Joined: 18 Dec 2007 Posts: 147 Location: Switzerland
|
Posted: Tue Jan 01, 2008 12:48 pm Post subject: Re: Controlling entry to my website |
|
|
An easy way would be to set and share the same static cookies (with login information), but thats not a secure solution.
Else I dont see any other way than to share server side information, which could be session information or probably more easy: use login information on a shared database.
cheers!
- leonard |
|
| Back to top |
|
 |
|