how can i keep my session values on dofferent subdomains

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

Post Reply
phpist
Forum Newbie
Posts: 7
Joined: Wed Feb 22, 2006 4:03 am
Location: istanbul_TR

how can i keep my session values on dofferent subdomains

Post by phpist »

hello,
i have a problem with session management.
i have one subdomain for each member on my social network website. everything s looking fine when i login to site on a subdomain. but when i switch to one of other users 's page the site is looking as no one logged in.
do u have any idea about how can i keep my session values on different subdomains?

thank you for your time.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Search the forum, this has been asked many times before.
phpist
Forum Newbie
Posts: 7
Joined: Wed Feb 22, 2006 4:03 am
Location: istanbul_TR

how can i keep my session values on dofferent subdomains

Post by phpist »

d11wtq wrote:Search the forum, this has been asked many times before.
hello,
i just forget to tell that how can i fixed this problem in symfony framework.
i v fixed my problem. thank you for your time.

http://www.symfony-project.com/forum/in ... #msg_27703
Post Reply