|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
Sanjeev N wrote:
> Assume, I have www.domain.com <http://www.domain.com/> in which I wrote the > functionality for user authentication and his profile related functionality. > > Now, when user logs in using http://www.domain.com/users/login.php then > after his successful login a session as well as a is getting created. > > This will creates a called my123 > > Now I have my subdomain as http://sub.domain.com/index.php . here at the top > I am checking whether the user is logged in or not, for that I have to check > whether the is created or not.. > > Here my problem is that, I am not getting the idea about, how to access or > read the of http://www.domain.com <http://www.domain.com/> from > http://sub.domain.com/. can anyone please suggest me how to achieve this. Set the $domain parameter of set to '.domain.com'. -Stut -- http://stut.net/ |
|
|
|
#2 (permalink) |
|
Messages: n/a
Hébergeur: |
I did it. Still I am not able to access it.
Warm Regards, Sanjeev http://www.sanchanworld.com/ http://webdirectory.sanchanworld.com - Submit your website URL http://webhosting.sanchanworld.com - Choose your best web hosting plan -----Original Message----- From: Stut [mailto:stuttle@gmail.com] Sent: Wednesday, September 19, 2007 12:41 AM To: Sanjeev N Cc: php-general@lists.php.net Subject: Re: [php] read the main domain in sub domain Sanjeev N wrote: > Assume, I have www.domain.com <http://www.domain.com/> in which I wrote the > functionality for user authentication and his profile related functionality. > > Now, when user logs in using http://www.domain.com/users/login.php then > after his successful login a session as well as a is getting created. > > This will creates a called my123 > > Now I have my subdomain as http://sub.domain.com/index.php . here at the top > I am checking whether the user is logged in or not, for that I have to check > whether the is created or not.. > > Here my problem is that, I am not getting the idea about, how to access or > read the of http://www.domain.com <http://www.domain.com/> from > http://sub.domain.com/. can anyone please suggest me how to achieve this. Set the $domain parameter of set to '.domain.com'. -Stut -- http://stut.net/ |
|
|
|
#3 (permalink) |
|
Messages: n/a
Hébergeur: |
Sanjeev N wrote:
> I did it. Still I am not able to access it. You'll probably need to delete the existing from your browser and get it set again. -Stut > -----Original Message----- > From: Stut [mailto:stuttle@gmail.com] > Sent: Wednesday, September 19, 2007 12:41 AM > To: Sanjeev N > Cc: php-general@lists.php.net > Subject: Re: [php] read the main domain in sub domain > > Sanjeev N wrote: >> Assume, I have www.domain.com <http://www.domain.com/> in which I wrote > the >> functionality for user authentication and his profile related > functionality. >> Now, when user logs in using http://www.domain.com/users/login.php then >> after his successful login a session as well as a is getting > created. >> This will creates a called my123 >> >> Now I have my subdomain as http://sub.domain.com/index.php . here at the > top >> I am checking whether the user is logged in or not, for that I have to > check >> whether the is created or not.. >> >> Here my problem is that, I am not getting the idea about, how to access or >> read the of http://www.domain.com <http://www.domain.com/> from >> http://sub.domain.com/. can anyone please suggest me how to achieve this. > > Set the $domain parameter of set to '.domain.com'. > > -Stut > |
|
|
|
#4 (permalink) |
|
Messages: n/a
Hébergeur: |
Hey Stut, Thanks..
Now its working fine. Now I am able to access the value. Actually problem was in main domain the path was wrong. It was showing /user/ . I set it to / Thanks Stut. Warm Regards, Sanjeev http://www.sanchanworld.com/ http://webdirectory.sanchanworld.com - Submit your website URL http://webhosting.sanchanworld.com - Choose your best web hosting plan -----Original Message----- From: Stut [mailto:stuttle@gmail.com] Sent: Wednesday, September 19, 2007 12:46 AM To: Sanjeev N Cc: php-general@lists.php.net Subject: Re: [php] read the main domain in sub domain Sanjeev N wrote: > I did it. Still I am not able to access it. You'll probably need to delete the existing from your browser and get it set again. -Stut > -----Original Message----- > From: Stut [mailto:stuttle@gmail.com] > Sent: Wednesday, September 19, 2007 12:41 AM > To: Sanjeev N > Cc: php-general@lists.php.net > Subject: Re: [php] read the main domain in sub domain > > Sanjeev N wrote: >> Assume, I have www.domain.com <http://www.domain.com/> in which I wrote > the >> functionality for user authentication and his profile related > functionality. >> Now, when user logs in using http://www.domain.com/users/login.php then >> after his successful login a session as well as a is getting > created. >> This will creates a called my123 >> >> Now I have my subdomain as http://sub.domain.com/index.php . here at the > top >> I am checking whether the user is logged in or not, for that I have to > check >> whether the is created or not.. >> >> Here my problem is that, I am not getting the idea about, how to access or >> read the of http://www.domain.com <http://www.domain.com/> from >> http://sub.domain.com/. can anyone please suggest me how to achieve this. > > Set the $domain parameter of set to '.domain.com'. > > -Stut > |
|
![]() |
| Outils de la discussion | |
|
|