I have a problem with cookies.
No, it's not one of the usual ones! I have searched the forums for answers, but none cover my problem.
In this case the pages utilizing cookies have worked fine until recently, when I changed my local development server.
I moved all files to a new, local server, which runs Apache, PHP 4.1.0, MySQL on Windows, kept the server name, IP-number etc.
Suddenly cookies for my local pages started failing.
The cookies seem to be written OK. There are no errors and setcookie() returns true - but the cookie is not written on the browsing machines and upon return to the same page, the information is not available.
I haven't changed a line of code. The only thing changed is the server... I have traversed the httpd.conf and php.ini for indications of the problem, but found none.
Any suggestions?
Martin