Re: [PHP] Re: Setting cookie for two domains.

2006-01-06 Thread Jochem Maas
Robert Cummings wrote: On Fri, 2006-01-06 at 03:48, Jochem Maas wrote: that is some nice out-of-the-box thinking Mark! *lol* This technique has been floating around for years :) There should be references in the archives. not on my planet ;-) Cheers, Rob. -- PHP General Mailing List (

Re: [PHP] Re: Setting cookie for two domains.

2006-01-06 Thread Robert Cummings
On Fri, 2006-01-06 at 03:48, Jochem Maas wrote: > that is some nice out-of-the-box thinking Mark! *lol* This technique has been floating around for years :) There should be references in the archives. Cheers, Rob. -- .. | InterJinn Appl

Re: [PHP] Re: Setting cookie for two domains.

2006-01-06 Thread Jochem Maas
that is some nice out-of-the-box thinking Mark! Mark wrote: Shafiq Rehman wrote: Hi, How can I register a session or cookie for two domains. I want to maintain logged user's state when he goes from one domain to other domain. Example Suppose a user is logged in on domain1.com. A cookie is s

Re: [PHP] Re: Setting cookie for two domains.

2006-01-05 Thread Shafiq Rehman
Hello Guys, Thanx a lot for sharing some really great ideas. especial Mark and Albert has suggested some great stuff to do. Thanx a lot. -- *** phpgurru.com [A php resource provider] *** \\\|/// \\ - - // ( @ @ ) PHP is too logical for my brain +---oOOo-(_)

[PHP] Re: Setting cookie for two domains.

2006-01-05 Thread Mark
Shafiq Rehman wrote: > Hi, > > How can I register a session or cookie for two domains. I want to maintain > logged user's state when he goes from one domain to other domain. > > Example > Suppose a user is logged in on domain1.com. A cookie is set and user is > authenticated from database on the

[PHP] Re: Setting cookie for two domains.

2006-01-05 Thread Al
Shafiq Rehman wrote: Hi, How can I register a session or cookie for two domains. I want to maintain logged user's state when he goes from one domain to other domain. Example Suppose a user is logged in on domain1.com. A cookie is set and user is authenticated from database on the basis of that

[PHP] Re: Setting cookie for two domains.

2006-01-05 Thread Mark
Shafiq Rehman wrote: > Hi, > > How can I register a session or cookie for two domains. I want to maintain > logged user's state when he goes from one domain to other domain. > > Example > Suppose a user is logged in on domain1.com. A cookie is set and user is > authenticated from database on the