Re: [PHP] Making coockies valid for multiple domains possible?

2004-01-12 Thread Pavel Janda
> Someone correct me if I'm wrong, but if you set this in your php.ini or with > session_set_cookie_params() to server.com, it's valid across any sub > domains, whereas if you set it to de.server.com, it would only be valid in > the de.server.com sub domain. > > Or possibly try *server.com. I havn'

Re: [PHP] Making coockies valid for multiple domains possible?

2004-01-12 Thread Jake McHenry
- Original Message - From: "Merlin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 3:56 AM Subject: [PHP] Making coockies valid for multiple domains possible? > Hello everybody, > > I am working on translating my site into

[PHP] Making coockies valid for multiple domains possible?

2004-01-12 Thread Merlin
Hello everybody, I am working on translating my site into multiple languages (i18n). Each different language is hosted on the same server, but on a different subdomain. example: de.server.com - german en.server.com - english Here comes the problem. Sessions are validated through coockies on my