session variable is not available from SLD to TLD

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

session variable is not available from SLD to TLD

Post by amir »

Hello,

Sorry to send this question again but I am still finding solution so please dont mind.

I am working on a site which has two domain part e.g.

abc.com and xyz.abc.com ( sub-domain of abc.com )

when one get logged in at xyz.abc.com, It store username in the session so that if any user after logged in at sub-domain, manually enter abc.com in the address bar, he should be redirected to xyz.abc.com. But session is not working between these domain and sub-domain.

I have been looking around and come to know that session variables travel through TLD to SLD i.e. top level domain to sub-level domain and I need from SLD to TLD and I think this is the reason I am not getting value.

I have tried this with Cookies and Sessions but absolutely stumped.
Please advise.

Thanks a million!
Aamir.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

new thread same topic, see viewtopic.php?t=67671
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I think you meant viewtopic.php?p=380879 volka
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

eh.... right.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

locked
Locked