Re: [PHP] session domain

2003-01-23 Thread Stain
i thought this about cookies... but i would cookies to be sent by clients only on some hosts of the same domain, just this. bye, stain. Il 13:40, giovedì 23 gennaio 2003, Marek Kilimajer ha scritto: > It is cookie restriction, you can > - set several cookies, but it won't work if user has thir

Re: [PHP] session domain

2003-01-23 Thread Marek Kilimajer
It is cookie restriction, you can - set several cookies, but it won't work if user has third party cookies disabled (many have) - pass session id in url if the url is cross domain Stain wrote: i would use sessions in multiple hosts of my domain. say my domain is example.com, i'd use sessions in

[PHP] session domain

2003-01-23 Thread Stain
i would use sessions in multiple hosts of my domain. say my domain is example.com, i'd use sessions in several hosts such as: www1.example.com www2.example.com www3.example.com this could be easily configured in php.ini by putting: session.cookie_domain = example.com but how can i do if i would