On the site I'm representing, we have have a login system using sessions. We also set a few extra cookies so that our users will be logged in when going to our vBulleting forum. System works fine for most of our users, but we have quite a bunch for whom the cookies are not set - including the session cookie, leading to these members not being logged in. Our own cookies we set with setcookie() with time=0 to last just the session - but they don't get set (we log this in the database to be able to track what's happening).
Any idea what might cause the cookies not being set for all of our visitors? We have 8 front webservers, all running Gentoo.
Setup: Apache/2.0.50 (Gentoo/Linux) PHP/5.0.1
Thanks in advance!
/Per