Session Cookie

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
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

Session Cookie

Post by wizzard81 »

Hi,

Is it possible to work with the same cookie for 2 domains. Like i want to create a cookie for my 2 websites to share the login sessions if this is possible. If so has anyone an idea?


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

Post by volka »

http://wp.netscape.com/newsref/std/cookie_spec.html
read the section about "Tail matching"
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

Post by wizzard81 »

thanks it's not possible like i thougt:)
Post Reply