php_value session.cookie_domain on different port is not working

php_value session.cookie_domain on different port is not working

am 29.12.2007 20:19:00 von cmk128

Hi
My website is running on a server without a real ip, the connection
is proxypass from another server, and i cannot setup the
session.cookie_domain, it doesn't work. I tried:
php_value session.cookie_domain ".mysite.com" too, but not work.
please tell me how to fix it?


ServerAdmin admin@mysite.com
DocumentRoot /home/mysite/Email
ServerName email.mysite.com
ErrorLog logs/www.mysite.com-error_log
CustomLog logs/www.mysite.com-access_log combined
php_value session.cookie_domain "192.168.100.10"



ServerAdmin admin@mysite.com
DocumentRoot /home/mysite/jobs
ServerName jobs.mysite.com
ErrorLog logs/www.mysite.com-error_log
CustomLog logs/www.mysite.com-access_log combined
php_value session.cookie_domain "192.168.100.10"


thanks
from Peter (cmk128@hotmail.com)

Re: php_value session.cookie_domain on different port is not working

am 30.12.2007 23:53:25 von Aaron Gray

wrote in message
news:3ab256fa-accc-4bc1-9cdc-583d92eb9be2@s19g2000prg.google groups.com...
> Hi
> My website is running on a server without a real ip, the connection
> is proxypass from another server, and i cannot setup the
> session.cookie_domain, it doesn't work. I tried:
> php_value session.cookie_domain ".mysite.com" too, but not work.
> please tell me how to fix it?
>
>
> ServerAdmin admin@mysite.com
> DocumentRoot /home/mysite/Email
> ServerName email.mysite.com
> ErrorLog logs/www.mysite.com-error_log
> CustomLog logs/www.mysite.com-access_log combined
> php_value session.cookie_domain "192.168.100.10"
>

>
>
> ServerAdmin admin@mysite.com
> DocumentRoot /home/mysite/jobs
> ServerName jobs.mysite.com
> ErrorLog logs/www.mysite.com-error_log
> CustomLog logs/www.mysite.com-access_log combined
> php_value session.cookie_domain "192.168.100.10"
>


Try comp.lang.php newsgroup.

Aaron