PDA

View Full Version : User data across multiple domains - using sessions?


CarlitoBrigante
03-19-2005, 07:57 PM
We have a website and a vbulletin forum, and we would like to let users login also from the website so that they are automatically logged in also in the forum.

Problem is, we have different domains for the forums and the website (for example websitenetwork.com, websiteforum.com). So, we cannot set cookies for all domains simultaneously, as this wouldn't work with new browsers.

I was thinking - how can I do this with php sessions? Somebody did it?

Thank you!

CarlitoBrigante
03-20-2005, 11:50 PM
We have a website and a vbulletin forum, and we would like to let users login also from the website so that they are automatically logged in also in the forum.

Problem is, we have different domains for the forums and the website (for example websitenetwork.com, websiteforum.com). So, we cannot set cookies for all domains simultaneously, as this wouldn't work with new browsers.

I was thinking - how can I do this with php sessions? Somebody did it?

Thank you!
bump

CarlitoBrigante
03-23-2005, 02:21 PM
bump

Please?

Zachery
03-23-2005, 02:25 PM
Please?
Seems like alot of work, and not somthing someone is going to do for free unless they also need this.

You might want to look into a service request.

Reeve of shinra
03-23-2005, 03:37 PM
Perhaps you can have an I-Frame so the 2nd site sets its own cookie.