[PHP] switching between admin areas on two domeins with one login?

2006-03-23 Thread afan
Hi to all, have two domains and each domain has it's own admin registered areas. Have to allow people who registered to change domains and areas without login again? On reg. areas, after login, create sess_id to check if visitor is logged in, but sess_ids on domains are different and can't compare

Re: [PHP] switching between admin areas on two domeins with one login?

2006-03-23 Thread Warren Vail
I think the key to your problem is finding a way that the two domains can share information, do these domains have access to the same physical disk space, or a common database? You can use the your own save handler routines to give them both access to the same area (database may work the

Re: [PHP] switching between admin areas on two domeins with one login?

2006-03-23 Thread Chris
[EMAIL PROTECTED] wrote: Hi to all, have two domains and each domain has it's own admin registered areas. Have to allow people who registered to change domains and areas without login again? On reg. areas, after login, create sess_id to check if visitor is logged in, but sess_ids on domains are

Re: [PHP] switching between admin areas on two domeins with one login?

2006-03-23 Thread Richard Lynch
On Thu, March 23, 2006 2:34 pm, [EMAIL PROTECTED] wrote: have two domains and each domain has it's own admin registered areas. Have to allow people who registered to change domains and areas without login again? On reg. areas, after login, create sess_id to check if visitor is logged in,

Re: [PHP] switching between admin areas on two domeins with one login?

2006-03-23 Thread Richard Lynch
On Thu, March 23, 2006 2:58 pm, Warren Vail wrote: I think the key to your problem is finding a way that the two domains can share information, do these domains have access to the same physical disk space, or a common database? You can use the your own save handler routines to give them