Re: [PHP] Best practices for sharing members database between different portals
From: Galen (phplist_at_zinkconsulting.com)
Date: 12/09/03
- Next message: Sam Masiello: "RE: [PHP] display settings"
- Previous message: Jon Kriek: "Re: Operator question"
- In reply to: Tariq Murtaza: "Best practices for sharing members database between different portals"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 9 Dec 2003 10:29:06 -0800 To: php-general@lists.php.net, tariq@smeda.org.pk
There is no good way to really handle this between domains and keep the
user logged in. I doubt there are any real "best practices" on this.
If you're disparate, you might be able to use some tricks to make it
work, but all in all, I don't think it's a very easy thing. Cookies &
sessions just don't span multiple domains!
-Galen
On Dec 9, 2003, at 1:26 PM, Tariq Murtaza wrote:
> Dear All,
>
> Please comment on Best Practices for sharing members database between
> different portals.
>
> Suppose we have 3 portals running on different networks.
> Assignment is to make a single Login/Pass for all portals, means once
> LogedIn in one of the portal, could able to access the other portals
> without loging In.
> Constraints are, every portal have different Database structure and
> also have different Global / Session variables.
>
> Please share your experience and which approach is the best practice.
>
> Regards,
>
> TM
- Next message: Sam Masiello: "RE: [PHP] display settings"
- Previous message: Jon Kriek: "Re: Operator question"
- In reply to: Tariq Murtaza: "Best practices for sharing members database between different portals"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|