Re: [PHP] sessions vs domain problem

2006-12-22 Thread Stut
Reinhart Viane wrote: I have the folowing problem : Hosting of my site is at http://www.groep6049.ksjnet.be My domainname is www.ksachiropoelkapelle.be I have forwarded www.ksachiropoelkapelle.be

RE: [PHP] sessions vs domain problem

2006-12-22 Thread Robert Cummings
On Fri, 2006-12-22 at 13:12 +0100, Vincent DUPONT wrote: > Hello, > > As far as I know, the session will use a cookie, and the cookies are linked > to one domain name. > I don't know a way of using a cookie accross multiple domains, but I guess > this should be possible. > The question is : will

RE: [PHP] sessions vs domain problem

2006-12-22 Thread Vincent DUPONT
Hello, As far as I know, the session will use a cookie, and the cookies are linked to one domain name. I don't know a way of using a cookie accross multiple domains, but I guess this should be possible. The question is : will PHP allow you to do that? I guess no because this could be a security