From: "Shu Chow" <[EMAIL PROTECTED]>
> We're having a problem with a site that recently upgraded to php 4.3.3.
>   Ever since the upgrade, session variables won't pass between pages.
> Looking at the php.ini file, I see that session.cookie_domain is set to
> server.hostingcompany.com while our site is www.ourdomain.com.  If the
> session.cookie_domain is set to another domain, would this be the cause
> of our problems?

Yeah, that'd cause problems. You can set your own value for the domain using
an .htaccess file or the session_set_cookie_params() function

http://us2.php.net/manual/en/function.session-set-cookie-params.php

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to